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

Unified Diff: src/platform/window_manager/shadow.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/shadow.h
diff --git a/src/platform/window_manager/shadow.h b/src/platform/window_manager/shadow.h
index 63645d2cba03806046b0a8f2e78a5f90c8df0df5..0aaf8910d05a43c359e4bf08fa467a5f0a0e5e51 100644
--- a/src/platform/window_manager/shadow.h
+++ b/src/platform/window_manager/shadow.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_SHADOW_H__
-#define __PLATFORM_WINDOW_MANAGER_SHADOW_H__
+#ifndef WINDOW_MANAGER_SHADOW_H_
+#define WINDOW_MANAGER_SHADOW_H_
#include <gtest/gtest_prod.h> // for FRIEND_TEST() macro
@@ -12,7 +12,7 @@
#include "window_manager/clutter_interface.h"
#include "window_manager/util.h"
-namespace chromeos {
+namespace window_manager {
// This class displays a drop shadow that can be positioned under a window.
//
@@ -102,6 +102,6 @@ class Shadow {
DISALLOW_COPY_AND_ASSIGN(Shadow);
};
-} // namespace chromeos
+} // namespace window_manager
#endif

Powered by Google App Engine
This is Rietveld 408576698