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

Unified Diff: src/platform/window_manager/util.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/util.cc
diff --git a/src/platform/window_manager/util.cc b/src/platform/window_manager/util.cc
index 7c85ac4e2f527f57777f5828468a63d840da271e..f5db92959990488330fe803d343b7cf01b026854 100644
--- a/src/platform/window_manager/util.cc
+++ b/src/platform/window_manager/util.cc
@@ -14,7 +14,7 @@
#include "chromeos/obsolete_logging.h"
-namespace chromeos {
+namespace window_manager {
ByteMap::ByteMap(int width, int height)
: width_(width),
@@ -70,4 +70,4 @@ void FillTimeval(double time, struct timeval* tv) {
static_cast<__suseconds_t>(1000000 * (time - static_cast<int>(time)));
}
-} // namespace chromeos
+} // namespace window_manager

Powered by Google App Engine
This is Rietveld 408576698