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

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: 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/demo/demo_main.cc ('k') | ui/aura/single_monitor_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 83%
rename from ui/aura/test/single_monitor_manager.h
rename to ui/aura/single_monitor_manager.h
index 58b65ef0c8b5be544730c228b4c075cc062b33f4..85dfffa61e66f5b887e70dc1dcf524d25b8cac16 100644
--- a/ui/aura/test/single_monitor_manager.h
+++ b/ui/aura/single_monitor_manager.h
@@ -2,12 +2,13 @@
// 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"
#include "base/memory/scoped_ptr.h"
+#include "ui/aura/aura_export.h"
#include "ui/aura/monitor_manager.h"
#include "ui/aura/window_observer.h"
@@ -16,11 +17,10 @@ class Rect;
}
namespace aura {
-namespace test {
// A monitor manager assuming there is one monitor.
-class SingleMonitorManager : public MonitorManager,
- public WindowObserver {
+class AURA_EXPORT SingleMonitorManager : public MonitorManager,
+ public WindowObserver {
public:
SingleMonitorManager();
virtual ~SingleMonitorManager();
@@ -53,7 +53,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_
« no previous file with comments | « ui/aura/demo/demo_main.cc ('k') | ui/aura/single_monitor_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698