Index: ui/aura/single_monitor_manager.cc |
diff --git a/ui/aura/test/single_monitor_manager.cc b/ui/aura/single_monitor_manager.cc |
similarity index 96% |
rename from ui/aura/test/single_monitor_manager.cc |
rename to ui/aura/single_monitor_manager.cc |
index 6e5250088f9f9d402f4545181f588f4ff5b5a780..479732760ce24829a3b76c638795fd1f66dbb7a6 100644 |
--- a/ui/aura/test/single_monitor_manager.cc |
+++ b/ui/aura/single_monitor_manager.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ui/aura/test/single_monitor_manager.h" |
+#include "ui/aura/single_monitor_manager.h" |
#include <string> |
@@ -14,7 +14,6 @@ |
#include "ui/gfx/rect.h" |
namespace aura { |
-namespace test { |
using std::string; |
@@ -99,5 +98,4 @@ void SingleMonitorManager::Update(const gfx::Size size) { |
monitor_->set_size(size); |
} |
-} // namespace test |
} // namespace aura |