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

Unified Diff: ui/aura/single_monitor_manager.h

Issue 10082008: Aura demo fix (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: ui/aura/single_monitor_manager.h
diff --git a/ui/aura/test/single_monitor_manager.h b/ui/aura/single_monitor_manager.h
similarity index 89%
rename from ui/aura/test/single_monitor_manager.h
rename to ui/aura/single_monitor_manager.h
index 58b65ef0c8b5be544730c228b4c075cc062b33f4..ab7c7af0270dbb2bb273fa82abf93f50207d6bd5 100644
--- a/ui/aura/test/single_monitor_manager.h
+++ b/ui/aura/single_monitor_manager.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_AURA_TEST_SINGLE_MONITOR_MANAGER_H_
-#define UI_AURA_TEST_SINGLE_MONITOR_MANAGER_H_
+#ifndef UI_AURA_SINGLE_MONITOR_MANAGER_H_
+#define UI_AURA_SINGLE_MONITOR_MANAGER_H_
#pragma once
#include "base/compiler_specific.h"
@@ -16,7 +16,6 @@ class Rect;
}
namespace aura {
-namespace test {
// A monitor manager assuming there is one monitor.
class SingleMonitorManager : public MonitorManager,
@@ -53,7 +52,6 @@ class SingleMonitorManager : public MonitorManager,
DISALLOW_COPY_AND_ASSIGN(SingleMonitorManager);
};
-} // namespace test
} // namespace aura
-#endif // UI_AURA_TEST_SINGLE_MONITOR_MANAGER_H_
+#endif // UI_AURA_SINGLE_MONITOR_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698