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

Unified Diff: src/platform/window_manager/real_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/real_x_connection.cc
diff --git a/src/platform/window_manager/real_x_connection.cc b/src/platform/window_manager/real_x_connection.cc
index c5fac03cfc4e001f7d9a4c838eb5fc376796e21e..9e6aec0d38e8ba9096257c1de062b341fa0a3111 100644
--- a/src/platform/window_manager/real_x_connection.cc
+++ b/src/platform/window_manager/real_x_connection.cc
@@ -18,7 +18,7 @@ extern "C" {
#include "window_manager/util.h"
-namespace chromeos {
+namespace window_manager {
using std::string;
using std::vector;
@@ -991,4 +991,4 @@ string RealXConnection::GetErrorText(int error_code) {
return string(str);
}
-} // namespace chromeos
+} // namespace window_manager

Powered by Google App Engine
This is Rietveld 408576698