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

Side by Side Diff: content/browser/browser_child_process_host_impl.h

Issue 2207873002: Remove unused includes of shell::InterfaceRegistry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unfail compilation of service_worker_version_unittest.cc Created 4 years, 4 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 | « no previous file | content/browser/gpu/gpu_process_host.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 (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 CONTENT_BROWSER_BROWSER_CHILD_PROCESS_HOST_IMPL_H_ 5 #ifndef CONTENT_BROWSER_BROWSER_CHILD_PROCESS_HOST_IMPL_H_
6 #define CONTENT_BROWSER_BROWSER_CHILD_PROCESS_HOST_IMPL_H_ 6 #define CONTENT_BROWSER_BROWSER_CHILD_PROCESS_HOST_IMPL_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <list> 10 #include <list>
(...skipping 15 matching lines...) Expand all
26 #if defined(OS_WIN) 26 #if defined(OS_WIN)
27 #include "base/win/object_watcher.h" 27 #include "base/win/object_watcher.h"
28 #endif 28 #endif
29 29
30 namespace base { 30 namespace base {
31 class CommandLine; 31 class CommandLine;
32 } 32 }
33 33
34 namespace shell { 34 namespace shell {
35 class InterfaceProvider; 35 class InterfaceProvider;
36 class InterfaceRegistry;
37 } 36 }
38 37
39 namespace content { 38 namespace content {
40 39
41 class BrowserChildProcessHostIterator; 40 class BrowserChildProcessHostIterator;
42 class BrowserChildProcessObserver; 41 class BrowserChildProcessObserver;
43 class BrowserMessageFilter; 42 class BrowserMessageFilter;
44 43
45 // Plugins/workers and other child processes that live on the IO thread use this 44 // Plugins/workers and other child processes that live on the IO thread use this
46 // class. RenderProcessHostImpl is the main exception that doesn't use this 45 // class. RenderProcessHostImpl is the main exception that doesn't use this
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 151
153 bool is_channel_connected_; 152 bool is_channel_connected_;
154 bool notify_child_disconnected_; 153 bool notify_child_disconnected_;
155 154
156 base::WeakPtrFactory<BrowserChildProcessHostImpl> weak_factory_; 155 base::WeakPtrFactory<BrowserChildProcessHostImpl> weak_factory_;
157 }; 156 };
158 157
159 } // namespace content 158 } // namespace content
160 159
161 #endif // CONTENT_BROWSER_BROWSER_CHILD_PROCESS_HOST_IMPL_H_ 160 #endif // CONTENT_BROWSER_BROWSER_CHILD_PROCESS_HOST_IMPL_H_
OLDNEW
« no previous file with comments | « no previous file | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698