Index: src/platform/window_manager/clutter_interface.h |
diff --git a/src/platform/window_manager/clutter_interface.h b/src/platform/window_manager/clutter_interface.h |
index 03a7e9d32fee3fe4477075a807632c76ef3d852a..7a2d7bbcec8a00240d837bbdafd78465c3d6849a 100644 |
--- a/src/platform/window_manager/clutter_interface.h |
+++ b/src/platform/window_manager/clutter_interface.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_CLUTTER_INTERFACE_H__ |
-#define __PLATFORM_WINDOW_MANAGER_CLUTTER_INTERFACE_H__ |
+#ifndef WINDOW_MANAGER_CLUTTER_INTERFACE_H_ |
+#define WINDOW_MANAGER_CLUTTER_INTERFACE_H_ |
#include <list> |
#include <map> |
@@ -25,7 +25,7 @@ extern "C" { |
typedef ::Window XWindow; |
-namespace chromeos { |
+namespace window_manager { |
template<class T> class Stacker; // from util.h |
@@ -431,6 +431,6 @@ class MockClutterInterface : public ClutterInterface { |
DISALLOW_COPY_AND_ASSIGN(MockClutterInterface); |
}; |
-} // namespace chromeos |
+} // namespace window_manager |
#endif |