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

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

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.h
diff --git a/src/platform/window_manager/metrics_reporter.h b/src/platform/window_manager/metrics_reporter.h
index e9d0c907f7e04d9d833fc6a9c93c4d5b0e0ad665..e0077e338b4c57643641cc893c08e3aa1a0ca807 100644
--- a/src/platform/window_manager/metrics_reporter.h
+++ b/src/platform/window_manager/metrics_reporter.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef __PLATFORM_WINDOW_MANAGER_METRICS_REPORTER_H__
-#define __PLATFORM_WINDOW_MANAGER_METRICS_REPORTER_H__
+#ifndef WINDOW_MANAGER_METRICS_REPORTER_H_
+#define WINDOW_MANAGER_METRICS_REPORTER_H_
#include <glib.h>
#include <string>
@@ -12,7 +12,7 @@ namespace chrome_os_pb {
class SystemMetrics;
}
-namespace chromeos {
+namespace window_manager {
class LayoutManager;
class WmIpc;
@@ -48,6 +48,6 @@ class MetricsReporter {
WmIpc *ipc_; // does not take ownership.
};
-} // namespace chromeos
+} // namespace window_manager
-#endif // __PLATFORM_WINDOW_MANAGER_METRICS_REPORTER_H__
+#endif

Powered by Google App Engine
This is Rietveld 408576698