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_SHELL_H_ | 5 #ifndef ASH_SHELL_H_ |
6 #define ASH_SHELL_H_ | 6 #define ASH_SHELL_H_ |
7 #pragma once | |
8 | 7 |
9 #include <utility> | 8 #include <utility> |
10 #include <vector> | 9 #include <vector> |
11 | 10 |
12 #include "ash/ash_export.h" | 11 #include "ash/ash_export.h" |
13 #include "ash/system/user/login_status.h" | 12 #include "ash/system/user/login_status.h" |
14 #include "ash/wm/shelf_types.h" | 13 #include "ash/wm/shelf_types.h" |
15 #include "base/basictypes.h" | 14 #include "base/basictypes.h" |
16 #include "base/compiler_specific.h" | 15 #include "base/compiler_specific.h" |
17 #include "base/gtest_prod_util.h" | 16 #include "base/gtest_prod_util.h" |
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 | 481 |
483 // Used by ash/shell. | 482 // Used by ash/shell. |
484 content::BrowserContext* browser_context_; | 483 content::BrowserContext* browser_context_; |
485 | 484 |
486 DISALLOW_COPY_AND_ASSIGN(Shell); | 485 DISALLOW_COPY_AND_ASSIGN(Shell); |
487 }; | 486 }; |
488 | 487 |
489 } // namespace ash | 488 } // namespace ash |
490 | 489 |
491 #endif // ASH_SHELL_H_ | 490 #endif // ASH_SHELL_H_ |
OLD | NEW |