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

Side by Side Diff: apps/shell/browser/shell_browser_main_parts.h

Issue 151893002: Reorganize apps/shell into app, browser and common directories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (subdirs) Created 6 years, 10 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
OLDNEW
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 APPS_SHELL_SHELL_BROWSER_MAIN_PARTS_H_ 5 #ifndef APPS_SHELL_BROWSER_SHELL_BROWSER_MAIN_PARTS_H_
6 #define APPS_SHELL_SHELL_BROWSER_MAIN_PARTS_H_ 6 #define APPS_SHELL_BROWSER_SHELL_BROWSER_MAIN_PARTS_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/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
11 #include "content/public/browser/browser_main_parts.h" 11 #include "content/public/browser/browser_main_parts.h"
12 #include "ui/aura/root_window_observer.h" 12 #include "ui/aura/root_window_observer.h"
13 13
14 namespace aura { 14 namespace aura {
15 class TestScreen; 15 class TestScreen;
16 } 16 }
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 scoped_ptr<aura::TestScreen> test_screen_; 84 scoped_ptr<aura::TestScreen> test_screen_;
85 85
86 // Owned by the BrowserContextKeyedService system. 86 // Owned by the BrowserContextKeyedService system.
87 extensions::ShellExtensionSystem* extension_system_; 87 extensions::ShellExtensionSystem* extension_system_;
88 88
89 DISALLOW_COPY_AND_ASSIGN(ShellBrowserMainParts); 89 DISALLOW_COPY_AND_ASSIGN(ShellBrowserMainParts);
90 }; 90 };
91 91
92 } // namespace apps 92 } // namespace apps
93 93
94 #endif // APPS_SHELL_SHELL_BROWSER_MAIN_PARTS_H_ 94 #endif // APPS_SHELL_BROWSER_SHELL_BROWSER_MAIN_PARTS_H_
OLDNEW
« no previous file with comments | « apps/shell/browser/shell_browser_context.cc ('k') | apps/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698