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

Unified Diff: src/platform/window_manager/test_lib.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/test_lib.h
diff --git a/src/platform/window_manager/test_lib.h b/src/platform/window_manager/test_lib.h
index 85b820439701d8df13765ac37817618aefaab1cc..72df7ffd7128827ecbc6a55b981c70a35d4c5f43 100644
--- a/src/platform/window_manager/test_lib.h
+++ b/src/platform/window_manager/test_lib.h
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#ifndef WINDOW_MANAGER_TEST_LIB_H_
+#define WINDOW_MANAGER_TEST_LIB_H_
+
#include <gtest/gtest.h>
extern "C" {
@@ -14,7 +17,7 @@ extern "C" {
typedef ::Atom XAtom;
typedef ::Window XWindow;
-namespace chromeos {
+namespace window_manager {
class MockXConnection;
class MockClutterInterface;
@@ -83,4 +86,6 @@ class BasicWindowManagerTest : public ::testing::Test {
scoped_ptr<WindowManager> wm_;
};
-} // namespace chromeos
+} // namespace window_manager
+
+#endif

Powered by Google App Engine
This is Rietveld 408576698