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

Side by Side Diff: ash/shell.h

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ash/desktop_background/desktop_background_controller.h ('k') | base/command_line.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 7
8 #include <utility> 8 #include <utility>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 10 matching lines...) Expand all
21 #include "base/observer_list.h" 21 #include "base/observer_list.h"
22 #include "ui/aura/client/activation_change_observer.h" 22 #include "ui/aura/client/activation_change_observer.h"
23 #include "ui/aura/window.h" 23 #include "ui/aura/window.h"
24 #include "ui/base/ui_base_types.h" 24 #include "ui/base/ui_base_types.h"
25 #include "ui/events/event_target.h" 25 #include "ui/events/event_target.h"
26 #include "ui/gfx/insets.h" 26 #include "ui/gfx/insets.h"
27 #include "ui/gfx/screen.h" 27 #include "ui/gfx/screen.h"
28 #include "ui/gfx/size.h" 28 #include "ui/gfx/size.h"
29 #include "ui/wm/core/cursor_manager.h" 29 #include "ui/wm/core/cursor_manager.h"
30 30
31 class CommandLine;
32
33 namespace app_list { 31 namespace app_list {
34 class AppListView; 32 class AppListView;
35 } 33 }
36 namespace aura { 34 namespace aura {
37 class EventFilter; 35 class EventFilter;
38 class RootWindow; 36 class RootWindow;
39 class Window; 37 class Window;
40 namespace client { 38 namespace client {
41 class ActivationClient; 39 class ActivationClient;
42 class FocusClient; 40 class FocusClient;
(...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 742
745 // Injected content::GPUDataManager support. 743 // Injected content::GPUDataManager support.
746 scoped_ptr<GPUSupport> gpu_support_; 744 scoped_ptr<GPUSupport> gpu_support_;
747 745
748 DISALLOW_COPY_AND_ASSIGN(Shell); 746 DISALLOW_COPY_AND_ASSIGN(Shell);
749 }; 747 };
750 748
751 } // namespace ash 749 } // namespace ash
752 750
753 #endif // ASH_SHELL_H_ 751 #endif // ASH_SHELL_H_
OLDNEW
« no previous file with comments | « ash/desktop_background/desktop_background_controller.h ('k') | base/command_line.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698