OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 ASH_WM_SHELF_LAYOUT_MANAGER_H_ | 5 #ifndef ASH_WM_SHELF_LAYOUT_MANAGER_H_ |
6 #define ASH_WM_SHELF_LAYOUT_MANAGER_H_ | 6 #define ASH_WM_SHELF_LAYOUT_MANAGER_H_ |
7 #pragma once | |
8 | 7 |
9 #include "ash/ash_export.h" | 8 #include "ash/ash_export.h" |
10 #include "ash/launcher/launcher.h" | 9 #include "ash/launcher/launcher.h" |
11 #include "ash/shell_observer.h" | 10 #include "ash/shell_observer.h" |
12 #include "ash/wm/shelf_types.h" | 11 #include "ash/wm/shelf_types.h" |
13 #include "base/basictypes.h" | 12 #include "base/basictypes.h" |
14 #include "base/compiler_specific.h" | 13 #include "base/compiler_specific.h" |
15 #include "base/observer_list.h" | 14 #include "base/observer_list.h" |
16 #include "base/timer.h" | 15 #include "base/timer.h" |
17 #include "ui/aura/client/activation_change_observer.h" | 16 #include "ui/aura/client/activation_change_observer.h" |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 | 269 |
271 ObserverList<Observer> observers_; | 270 ObserverList<Observer> observers_; |
272 | 271 |
273 DISALLOW_COPY_AND_ASSIGN(ShelfLayoutManager); | 272 DISALLOW_COPY_AND_ASSIGN(ShelfLayoutManager); |
274 }; | 273 }; |
275 | 274 |
276 } // namespace internal | 275 } // namespace internal |
277 } // namespace ash | 276 } // namespace ash |
278 | 277 |
279 #endif // ASH_WM_SHELF_LAYOUT_MANAGER_H_ | 278 #endif // ASH_WM_SHELF_LAYOUT_MANAGER_H_ |
OLD | NEW |