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

Side by Side Diff: components/nacl/browser/nacl_process_host.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 | « cloud_print/service/win/service_utils.h ('k') | components/nacl/common/nacl_cmd_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 COMPONENTS_NACL_BROWSER_NACL_PROCESS_HOST_H_ 5 #ifndef COMPONENTS_NACL_BROWSER_NACL_PROCESS_HOST_H_
6 #define COMPONENTS_NACL_BROWSER_NACL_PROCESS_HOST_H_ 6 #define COMPONENTS_NACL_BROWSER_NACL_PROCESS_HOST_H_
7 7
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 9
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
11 #include "base/files/file_util_proxy.h" 11 #include "base/files/file_util_proxy.h"
12 #include "base/memory/ref_counted.h" 12 #include "base/memory/ref_counted.h"
13 #include "base/memory/weak_ptr.h" 13 #include "base/memory/weak_ptr.h"
14 #include "base/message_loop/message_loop.h" 14 #include "base/message_loop/message_loop.h"
15 #include "base/process/process.h" 15 #include "base/process/process.h"
16 #include "components/nacl/common/nacl_types.h" 16 #include "components/nacl/common/nacl_types.h"
17 #include "content/public/browser/browser_child_process_host_delegate.h" 17 #include "content/public/browser/browser_child_process_host_delegate.h"
18 #include "content/public/browser/browser_child_process_host_iterator.h" 18 #include "content/public/browser/browser_child_process_host_iterator.h"
19 #include "ipc/ipc_channel_handle.h" 19 #include "ipc/ipc_channel_handle.h"
20 #include "net/socket/socket_descriptor.h" 20 #include "net/socket/socket_descriptor.h"
21 #include "ppapi/shared_impl/ppapi_permissions.h" 21 #include "ppapi/shared_impl/ppapi_permissions.h"
22 #include "url/gurl.h" 22 #include "url/gurl.h"
23 23
24 class CommandLine;
25
26 namespace content { 24 namespace content {
27 class BrowserChildProcessHost; 25 class BrowserChildProcessHost;
28 class BrowserPpapiHost; 26 class BrowserPpapiHost;
29 } 27 }
30 28
31 namespace IPC { 29 namespace IPC {
32 class ChannelProxy; 30 class ChannelProxy;
33 } 31 }
34 32
35 namespace nacl { 33 namespace nacl {
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 scoped_ptr<content::BrowserPpapiHost> ppapi_host_; 217 scoped_ptr<content::BrowserPpapiHost> ppapi_host_;
220 218
221 int render_view_id_; 219 int render_view_id_;
222 220
223 DISALLOW_COPY_AND_ASSIGN(NaClProcessHost); 221 DISALLOW_COPY_AND_ASSIGN(NaClProcessHost);
224 }; 222 };
225 223
226 } // namespace nacl 224 } // namespace nacl
227 225
228 #endif // COMPONENTS_NACL_BROWSER_NACL_PROCESS_HOST_H_ 226 #endif // COMPONENTS_NACL_BROWSER_NACL_PROCESS_HOST_H_
OLDNEW
« no previous file with comments | « cloud_print/service/win/service_utils.h ('k') | components/nacl/common/nacl_cmd_line.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698