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

Unified Diff: content/browser/renderer_host/file_utilities_message_filter.h

Issue 12213066: Use base namespace for FilePath in content/browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
Index: content/browser/renderer_host/file_utilities_message_filter.h
diff --git a/content/browser/renderer_host/file_utilities_message_filter.h b/content/browser/renderer_host/file_utilities_message_filter.h
index d698885bbe4eeab263dd2c787a9f6d2443f98e16..9faacef55746e6d928b58f66db382892d9a94cdc 100644
--- a/content/browser/renderer_host/file_utilities_message_filter.h
+++ b/content/browser/renderer_host/file_utilities_message_filter.h
@@ -36,10 +36,10 @@ class FileUtilitiesMessageFilter : public BrowserMessageFilter {
typedef void (*FileInfoWriteFunc)(IPC::Message* reply_msg,
const base::PlatformFileInfo& file_info);
- void OnGetFileInfo(const FilePath& path,
+ void OnGetFileInfo(const base::FilePath& path,
base::PlatformFileInfo* result,
base::PlatformFileError* status);
- void OnOpenFile(const FilePath& path,
+ void OnOpenFile(const base::FilePath& path,
int mode,
IPC::PlatformFileForTransit* result);

Powered by Google App Engine
This is Rietveld 408576698