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

Unified Diff: src/platform/window_manager/real_x_connection.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/real_x_connection.h
diff --git a/src/platform/window_manager/real_x_connection.h b/src/platform/window_manager/real_x_connection.h
index d12362e123796c0c6ff9fb16be884635ca6f45eb..1b14179aa8c253456701a4382d9b64ded2fd3618 100644
--- a/src/platform/window_manager/real_x_connection.h
+++ b/src/platform/window_manager/real_x_connection.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef __PLATFORM_WINDOW_MANAGER_REAL_X_CONNECTION_H__
-#define __PLATFORM_WINDOW_MANAGER_REAL_X_CONNECTION_H__
+#ifndef WINDOW_MANAGER_REAL_X_CONNECTION_H_
+#define WINDOW_MANAGER_REAL_X_CONNECTION_H_
#include "window_manager/x_connection.h"
-namespace chromeos {
+namespace window_manager {
// This wraps an actual connection to an X server.
class RealXConnection : public XConnection {
@@ -105,6 +105,6 @@ class RealXConnection : public XConnection {
DISALLOW_COPY_AND_ASSIGN(RealXConnection);
};
-} // namespace chromeos
+} // namespace window_manager
#endif

Powered by Google App Engine
This is Rietveld 408576698