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 |