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

Unified Diff: src/platform/window_manager/metrics_reporter.cc

Issue 501116: wm: Update namespace and header define guards. (Closed)
Patch Set: move using directive inside of namespace for consistency Created 11 years 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
Index: src/platform/window_manager/metrics_reporter.cc
diff --git a/src/platform/window_manager/metrics_reporter.cc b/src/platform/window_manager/metrics_reporter.cc
index f5766a0003a043d029997e9cb0d4a679dfd8cfe8..aace150dadabb318be694a7a72a535730a6d4fe3 100644
--- a/src/platform/window_manager/metrics_reporter.cc
+++ b/src/platform/window_manager/metrics_reporter.cc
@@ -10,7 +10,7 @@
#include "window_manager/system_metrics.pb.h"
#include "window_manager/window.h"
-namespace chromeos {
+namespace window_manager {
// This is the path to a file that's created by boot scripts, which contains
// the boot time drawn from bootchart.
@@ -73,4 +73,4 @@ bool MetricsReporter::GatherBootTime(const std::string& filename,
return true;
}
-} // namespace chromeos
+} // namespace window_manager

Powered by Google App Engine
This is Rietveld 408576698