Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use namespace GFLAGS_NAMESPACE instead namespace gflags
only signalhandler_unittest.cc uses "using namespace gflags". others use "using namespace GFLAGS_NAMESPACE", so signalhandler_unittest.cc does the same way. fixes google#62
- Loading branch information