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

Unified Diff: src/platform/window_manager/x_connection.cc

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/x_connection.cc
diff --git a/src/platform/window_manager/x_connection.cc b/src/platform/window_manager/x_connection.cc
index d1513dd17f92ba10fed35c0e273f76bf80e27d76..5ee1a7f447e90272acf4ef1952cc4528df26ab97 100644
--- a/src/platform/window_manager/x_connection.cc
+++ b/src/platform/window_manager/x_connection.cc
@@ -6,7 +6,7 @@
#include "base/logging.h"
-namespace chromeos {
+namespace window_manager {
const int XConnection::kByteFormat = 8;
const int XConnection::kLongFormat = 32;
@@ -55,4 +55,4 @@ bool XConnection::SetIntProperty(
return SetIntArrayProperty(xid, xatom, type, values);
}
-} // namespace chromeos
+} // namespace window_manager
« src/platform/window_manager/atom_cache.h ('K') | « src/platform/window_manager/x_connection.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698