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

Unified Diff: content/public/common/child_process_host.h

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/browser/web_contents_delegate.h ('k') | content/public/common/sandbox_init.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/child_process_host.h
diff --git a/content/public/common/child_process_host.h b/content/public/common/child_process_host.h
index 9ded2978687baab7034c9c24aa8745876f7dc549..bccbd67b89d8d1683d0f80653b318e10e1ac4236 100644
--- a/content/public/common/child_process_host.h
+++ b/content/public/common/child_process_host.h
@@ -9,7 +9,9 @@
#include "content/common/content_export.h"
#include "ipc/ipc_channel_proxy.h"
+namespace base {
class FilePath;
+}
namespace content {
@@ -71,7 +73,7 @@ class CONTENT_EXPORT ChildProcessHost : public IPC::Sender {
// if none of these special behaviors are required.
//
// On failure, returns an empty FilePath.
- static FilePath GetChildPath(int flags);
+ static base::FilePath GetChildPath(int flags);
// Send the shutdown message to the child process.
// Does not check with the delegate's CanShutdown.
« no previous file with comments | « content/public/browser/web_contents_delegate.h ('k') | content/public/common/sandbox_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698