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