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

Unified Diff: src/platform/window_manager/atom_cache.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
« no previous file with comments | « no previous file | src/platform/window_manager/atom_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/window_manager/atom_cache.h
diff --git a/src/platform/window_manager/atom_cache.h b/src/platform/window_manager/atom_cache.h
index c45362403f478d26cb76fb73fb6ef5382d511ec4..b5e6bbffba818fdbd13c5c5473f59a40317c69a2 100644
--- a/src/platform/window_manager/atom_cache.h
+++ b/src/platform/window_manager/atom_cache.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_ATOM_CACHE_H__
-#define __PLATFORM_WINDOW_MANAGER_ATOM_CACHE_H__
+#ifndef WINDOW_MANAGER_ATOM_CACHE_H_
+#define WINDOW_MANAGER_ATOM_CACHE_H_
#include <map>
#include <string>
@@ -14,7 +14,7 @@ extern "C" {
#include "base/basictypes.h"
-namespace chromeos {
+namespace window_manager {
class XConnection; // from x_connection.h
@@ -93,6 +93,6 @@ class AtomCache {
DISALLOW_COPY_AND_ASSIGN(AtomCache);
};
-} // namespace chromeos
+} // namespace window_manager
#endif
sky 2009/12/21 15:44:29 Style guide says this should be: #endif // WINDO
« no previous file with comments | « no previous file | src/platform/window_manager/atom_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698