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

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

Issue 19495006: Update include paths in content/browser for base/process changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 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 <list> 8 #include <list>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "base/process.h" 12 #include "base/process/process.h"
13 #include "base/synchronization/waitable_event_watcher.h" 13 #include "base/synchronization/waitable_event_watcher.h"
14 #include "content/browser/child_process_launcher.h" 14 #include "content/browser/child_process_launcher.h"
15 #include "content/public/browser/browser_child_process_host.h" 15 #include "content/public/browser/browser_child_process_host.h"
16 #include "content/public/browser/child_process_data.h" 16 #include "content/public/browser/child_process_data.h"
17 #include "content/public/common/child_process_host_delegate.h" 17 #include "content/public/common/child_process_host_delegate.h"
18 18
19 namespace content { 19 namespace content {
20 20
21 class BrowserChildProcessHostIterator; 21 class BrowserChildProcessHostIterator;
22 class BrowserChildProcessObserver; 22 class BrowserChildProcessObserver;
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 // Watches to see if the child process exits before the IPC channel has 108 // Watches to see if the child process exits before the IPC channel has
109 // been connected. Thereafter, its exit is determined by an error on the 109 // been connected. Thereafter, its exit is determined by an error on the
110 // IPC channel. 110 // IPC channel.
111 base::WaitableEventWatcher early_exit_watcher_; 111 base::WaitableEventWatcher early_exit_watcher_;
112 #endif 112 #endif
113 }; 113 };
114 114
115 } // namespace content 115 } // namespace content
116 116
117 #endif // CONTENT_BROWSER_BROWSER_CHILD_PROCESS_HOST_IMPL_H_ 117 #endif // CONTENT_BROWSER_BROWSER_CHILD_PROCESS_HOST_IMPL_H_
OLDNEW
« no previous file with comments | « content/browser/appcache/appcache_dispatcher_host.h ('k') | content/browser/browser_child_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698