| OLD | NEW |
| 1 // Copyright 2013 The Chromium Authors. All rights reserved. | 1 // Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef UI_AURA_TEST_TEST_FOCUS_CLIENT_H_ | 5 #ifndef UI_AURA_TEST_TEST_FOCUS_CLIENT_H_ |
| 6 #define UI_AURA_TEST_TEST_FOCUS_CLIENT_H_ | 6 #define UI_AURA_TEST_TEST_FOCUS_CLIENT_H_ |
| 7 | 7 |
| 8 #include "base/basictypes.h" | 8 #include "base/basictypes.h" |
| 9 #include "base/compiler_specific.h" | 9 #include "base/compiler_specific.h" |
| 10 #include "base/scoped_observer.h" | 10 #include "base/scoped_observer.h" |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 | 33 |
| 34 Window* focused_window_; | 34 Window* focused_window_; |
| 35 ScopedObserver<Window, WindowObserver> observer_manager_; | 35 ScopedObserver<Window, WindowObserver> observer_manager_; |
| 36 | 36 |
| 37 DISALLOW_COPY_AND_ASSIGN(TestFocusClient); | 37 DISALLOW_COPY_AND_ASSIGN(TestFocusClient); |
| 38 }; | 38 }; |
| 39 | 39 |
| 40 } // namespace test | 40 } // namespace test |
| 41 } // namespace aura | 41 } // namespace aura |
| 42 | 42 |
| 43 #endif // UI_AURA_TEST_TEST_FOCUS_CLIENT_H_ | 43 #endif // UI_AURA_TEST_TEST_FOCUS_CLIENT_H_ |
| OLD | NEW |