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

Unified Diff: content/browser/renderer_host/pepper/pepper_flash_file_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/pepper/pepper_flash_file_message_filter.h
diff --git a/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.h b/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.h
index 216a6fbc66206a6c994f38c8c960e88eaba26a00..3845528725ed3c971156e9c94f7487e11c89722c 100644
--- a/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.h
+++ b/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.h
@@ -37,7 +37,7 @@ class PepperFlashFileMessageFilter : public ppapi::host::ResourceMessageFilter {
PepperFlashFileMessageFilter(PP_Instance instance,
BrowserPpapiHost* host);
- static FilePath GetDataDirName(const FilePath& profile_path);
+ static base::FilePath GetDataDirName(const base::FilePath& profile_path);
private:
virtual ~PepperFlashFileMessageFilter();
@@ -66,7 +66,7 @@ class PepperFlashFileMessageFilter : public ppapi::host::ResourceMessageFilter {
const ppapi::PepperFilePath& path);
int32_t OnCreateTemporaryFile(ppapi::host::HostMessageContext* context);
- FilePath ValidateAndConvertPepperFilePath(
+ base::FilePath ValidateAndConvertPepperFilePath(
const ppapi::PepperFilePath& pepper_path,
int flags);

Powered by Google App Engine
This is Rietveld 408576698