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

Unified Diff: src/platform/window_manager/window_manager.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/window_manager.h
diff --git a/src/platform/window_manager/window_manager.h b/src/platform/window_manager/window_manager.h
index 348c76870af04b9e8b9727ee4b7f7478e506388d..11b0e1ece3513a4d38826679457ae61435fbcaf5 100644
--- a/src/platform/window_manager/window_manager.h
+++ b/src/platform/window_manager/window_manager.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_WINDOW_MANAGER_H__
-#define __PLATFORM_WINDOW_MANAGER_WINDOW_MANAGER_H__
+#ifndef WINDOW_MANAGER_WINDOW_MANAGER_H_
+#define WINDOW_MANAGER_WINDOW_MANAGER_H_
#include <map>
#include <set>
@@ -25,7 +25,7 @@ extern "C" {
typedef ::Atom XAtom;
typedef ::Window XWindow;
-namespace chromeos {
+namespace window_manager {
class EventConsumer;
class HotkeyOverlay;
@@ -298,6 +298,6 @@ class WindowManager {
DISALLOW_COPY_AND_ASSIGN(WindowManager);
};
-} // namespace chromeos
+} // namespace window_manager
#endif

Powered by Google App Engine
This is Rietveld 408576698