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

Unified Diff: ui/aura/single_monitor_manager.cc

Issue 10082008: Aura demo fix (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: export Created 8 years, 8 months 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
« no previous file with comments | « ui/aura/single_monitor_manager.h ('k') | ui/aura/test/aura_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/aura/single_monitor_manager.h ('k') | ui/aura/test/aura_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698