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

Unified Diff: src/platform/window_manager/shadow.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/shadow.cc
diff --git a/src/platform/window_manager/shadow.cc b/src/platform/window_manager/shadow.cc
index c678e1d28343b6d009dee85defceb249646d111b..22130af89adf4fedadbd00bfba4164b18aec7e3f 100644
--- a/src/platform/window_manager/shadow.cc
+++ b/src/platform/window_manager/shadow.cc
@@ -12,7 +12,7 @@
DEFINE_string(shadow_image_dir, "../assets/images",
"Path to directory containing shadow images");
-namespace chromeos {
+namespace window_manager {
// Static members.
ClutterInterface::Actor* Shadow::top_texture_ = NULL;
@@ -156,4 +156,4 @@ ClutterInterface::Actor* Shadow::InitTexture(const std::string& filename) {
return actor;
}
-} // namespace chromeos
+} // namespace window_manager

Powered by Google App Engine
This is Rietveld 408576698