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

Unified Diff: content/public/browser/utility_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/render_view_host.h ('k') | content/public/browser/web_contents_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/utility_process_host.h
diff --git a/content/public/browser/utility_process_host.h b/content/public/browser/utility_process_host.h
index 240fbe55b8eb2c395bce074f8a3cc1133ab1ace3..5f280c6d58a526e9cb4b7477ff267bfac6240855 100644
--- a/content/public/browser/utility_process_host.h
+++ b/content/public/browser/utility_process_host.h
@@ -9,9 +9,8 @@
#include "content/common/content_export.h"
#include "ipc/ipc_sender.h"
-class FilePath;
-
namespace base {
+class FilePath;
class SequencedTaskRunner;
}
@@ -49,7 +48,7 @@ class UtilityProcessHost : public IPC::Sender,
// Allows a directory to be opened through the sandbox, in case it's needed by
// the operation.
- virtual void SetExposedDir(const FilePath& dir) = 0;
+ virtual void SetExposedDir(const base::FilePath& dir) = 0;
// Make the process run without a sandbox.
virtual void DisableSandbox() = 0;
« no previous file with comments | « content/public/browser/render_view_host.h ('k') | content/public/browser/web_contents_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698