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

Side by Side Diff: extensions/shell/app/shell_main_delegate.h

Issue 1543053002: Switch to standard integer types in extensions/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-extensions-browser
Patch Set: Created 4 years, 12 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
« no previous file with comments | « extensions/shell/app/shell_main.cc ('k') | extensions/shell/app/shell_main_delegate.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 EXTENSIONS_SHELL_APP_SHELL_MAIN_DELEGATE_H_ 5 #ifndef EXTENSIONS_SHELL_APP_SHELL_MAIN_DELEGATE_H_
6 #define EXTENSIONS_SHELL_APP_SHELL_MAIN_DELEGATE_H_ 6 #define EXTENSIONS_SHELL_APP_SHELL_MAIN_DELEGATE_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/macros.h"
9 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
10 #include "base/memory/scoped_vector.h" 11 #include "base/memory/scoped_vector.h"
12 #include "build/build_config.h"
11 #include "content/public/app/content_main_delegate.h" 13 #include "content/public/app/content_main_delegate.h"
12 14
13 namespace content { 15 namespace content {
14 class BrowserContext; 16 class BrowserContext;
15 class ContentBrowserClient; 17 class ContentBrowserClient;
16 class ContentClient; 18 class ContentClient;
17 class ContentRendererClient; 19 class ContentRendererClient;
18 } 20 }
19 21
20 namespace extensions { 22 namespace extensions {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 scoped_ptr<content::ContentBrowserClient> browser_client_; 57 scoped_ptr<content::ContentBrowserClient> browser_client_;
56 scoped_ptr<content::ContentRendererClient> renderer_client_; 58 scoped_ptr<content::ContentRendererClient> renderer_client_;
57 scoped_ptr<content::ContentUtilityClient> utility_client_; 59 scoped_ptr<content::ContentUtilityClient> utility_client_;
58 60
59 DISALLOW_COPY_AND_ASSIGN(ShellMainDelegate); 61 DISALLOW_COPY_AND_ASSIGN(ShellMainDelegate);
60 }; 62 };
61 63
62 } // namespace extensions 64 } // namespace extensions
63 65
64 #endif // EXTENSIONS_SHELL_APP_SHELL_MAIN_DELEGATE_H_ 66 #endif // EXTENSIONS_SHELL_APP_SHELL_MAIN_DELEGATE_H_
OLDNEW
« no previous file with comments | « extensions/shell/app/shell_main.cc ('k') | extensions/shell/app/shell_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698