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

Side by Side Diff: chrome/browser/toolkit_extra_parts.h

Issue 10689057: browser: Put more files in chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 (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 CHROME_BROWSER_TOOLKIT_EXTRA_PARTS_H_ 5 #ifndef CHROME_BROWSER_TOOLKIT_EXTRA_PARTS_H_
6 #define CHROME_BROWSER_TOOLKIT_EXTRA_PARTS_H_ 6 #define CHROME_BROWSER_TOOLKIT_EXTRA_PARTS_H_
7 #pragma once 7 #pragma once
8 8
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 10
11 class ChromeBrowserMainParts; 11 class ChromeBrowserMainParts;
12 12
13 namespace browser { 13 namespace chrome {
14 14
15 #if defined(TOOLKIT_GTK) 15 #if defined(TOOLKIT_GTK)
16 void AddGtkToolkitExtraParts(ChromeBrowserMainParts* main_parts); 16 void AddGtkToolkitExtraParts(ChromeBrowserMainParts* main_parts);
17 #endif 17 #endif
18 18
19 #if defined(TOOLKIT_VIEWS) 19 #if defined(TOOLKIT_VIEWS)
20 void AddViewsToolkitExtraParts(ChromeBrowserMainParts* main_parts); 20 void AddViewsToolkitExtraParts(ChromeBrowserMainParts* main_parts);
21 #endif 21 #endif
22 22
23 #if defined(USE_ASH) 23 #if defined(USE_ASH)
24 void AddAshToolkitExtraParts(ChromeBrowserMainParts* main_parts); 24 void AddAshToolkitExtraParts(ChromeBrowserMainParts* main_parts);
25 #endif 25 #endif
26 26
27 #if defined(USE_AURA) 27 #if defined(USE_AURA)
28 void AddAuraToolkitExtraParts(ChromeBrowserMainParts* main_parts); 28 void AddAuraToolkitExtraParts(ChromeBrowserMainParts* main_parts);
29 #endif 29 #endif
30 30
31 } // namespace browser 31 } // namespace chrome
32 32
33 #endif // CHROME_BROWSER_TOOLKIT_EXTRA_PARTS_H_ 33 #endif // CHROME_BROWSER_TOOLKIT_EXTRA_PARTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/spelling_menu_observer.cc ('k') | chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698