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

Unified Diff: content/browser/pepper_flash_settings_helper_impl.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/pepper_flash_settings_helper_impl.h
diff --git a/content/browser/pepper_flash_settings_helper_impl.h b/content/browser/pepper_flash_settings_helper_impl.h
index de34fcfa803d83c4127d34b6f84c83bc91bbd6e9..19584a8cec3cb201fac05aef8021164684658e82 100644
--- a/content/browser/pepper_flash_settings_helper_impl.h
+++ b/content/browser/pepper_flash_settings_helper_impl.h
@@ -20,7 +20,7 @@ class CONTENT_EXPORT PepperFlashSettingsHelperImpl
// PepperFlashSettingsHelper implementation.
virtual void OpenChannelToBroker(
- const FilePath& path,
+ const base::FilePath& path,
const OpenChannelCallback& callback) OVERRIDE;
// PpapiPluginProcessHost::BrokerClient implementation.
« no previous file with comments | « content/browser/mime_registry_message_filter.cc ('k') | content/browser/pepper_flash_settings_helper_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698