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

Unified Diff: chrome/browser/renderer_host/pepper/pepper_flash_device_id_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 | « chrome/browser/profiles/profile_metrics.h ('k') | chrome/browser/safe_browsing/prefix_set.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/pepper/pepper_flash_device_id_host.h
diff --git a/chrome/browser/renderer_host/pepper/pepper_flash_device_id_host.h b/chrome/browser/renderer_host/pepper/pepper_flash_device_id_host.h
index 3980f366fae873c815ace8dfb413c943518836fe..f3cf5680eb627d4e708ed7a416eac5dd5a1a6061 100644
--- a/chrome/browser/renderer_host/pepper/pepper_flash_device_id_host.h
+++ b/chrome/browser/renderer_host/pepper/pepper_flash_device_id_host.h
@@ -11,7 +11,9 @@
#include "ppapi/host/resource_host.h"
#include "ppapi/proxy/resource_message_params.h"
+namespace base {
class FilePath;
+}
namespace content {
class BrowserPpapiHost;
@@ -63,7 +65,7 @@ class PepperFlashDeviceIDHost : public ppapi::host::ResourceHost {
// Called on the file thread to read the contents of the file and to
// forward it to the IO thread. The path will be empty on error (in
// which case it will forward the empty string to the IO thread).
- void ReadDRMFileOnFileThread(const FilePath& path);
+ void ReadDRMFileOnFileThread(const base::FilePath& path);
// Called on the IO thread to call back into the device ID host with the
// file contents, or the empty string on failure.
« no previous file with comments | « chrome/browser/profiles/profile_metrics.h ('k') | chrome/browser/safe_browsing/prefix_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698