Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Unified Diff: sync/util/logging.h

Issue 10795018: [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fiix indent Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/util/data_type_histogram_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/logging.h
diff --git a/sync/util/logging.h b/sync/util/logging.h
index e6da535e04d6d12ab24775aee700da7ba74083c7..f23d9c16f764ff71f29c1af703d7e2d5043be87d 100644
--- a/sync/util/logging.h
+++ b/sync/util/logging.h
@@ -29,6 +29,6 @@ bool VlogIsOnForLocation(const tracked_objects::Location& from_here,
VLOG_LOC_STREAM(from_here, verbose_level), \
::logging::DEBUG_MODE && \
(VLOG_IS_ON(verbose_level) || \
- ::syncer::VlogIsOnForLocation(from_here, verbose_level))) \
+ ::syncer::VlogIsOnForLocation(from_here, verbose_level))) \
#endif // SYNC_UTIL_LOGGING_H_
« no previous file with comments | « sync/util/data_type_histogram_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698