| 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
|
|
|