Index: src/platform/window_manager/hotkey_overlay.h |
diff --git a/src/platform/window_manager/hotkey_overlay.h b/src/platform/window_manager/hotkey_overlay.h |
index 9af1e008fe6341f5983436be5d127eb6acca9fc9..3b81132753f73ba57f477aa5d4958209d9c96449 100644 |
--- a/src/platform/window_manager/hotkey_overlay.h |
+++ b/src/platform/window_manager/hotkey_overlay.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_IMAGE_OVERLAY_H__ |
-#define __PLATFORM_WINDOW_MANAGER_IMAGE_OVERLAY_H__ |
+#ifndef WINDOW_MANAGER_IMAGE_OVERLAY_H_ |
+#define WINDOW_MANAGER_IMAGE_OVERLAY_H_ |
#include <map> |
#include <string> |
@@ -17,7 +17,7 @@ extern "C" { |
#include "base/scoped_ptr.h" |
#include "window_manager/clutter_interface.h" |
-namespace chromeos { |
+namespace window_manager { |
class ClutterInterface; |
class XConnection; |
@@ -75,6 +75,6 @@ class HotkeyOverlay { |
DISALLOW_COPY_AND_ASSIGN(HotkeyOverlay); |
}; |
-} // namespace chromeos |
+} // namespace window_manager |
#endif |