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

Unified Diff: content/browser/renderer_host/pepper/pepper_file_ref_host.h

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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_file_ref_host.h
diff --git a/content/browser/renderer_host/pepper/pepper_file_ref_host.h b/content/browser/renderer_host/pepper/pepper_file_ref_host.h
index d850504d1750a360237846ca5ca947a810ba1cca..62497e4f8251b9050b047fd7c6c5977aa4e7afaa 100644
--- a/content/browser/renderer_host/pepper/pepper_file_ref_host.h
+++ b/content/browser/renderer_host/pepper/pepper_file_ref_host.h
@@ -15,7 +15,7 @@
#include "ppapi/c/pp_time.h"
#include "ppapi/host/host_message_context.h"
#include "ppapi/host/resource_host.h"
-#include "webkit/browser/fileapi/file_system_url.h"
+#include "storage/browser/fileapi/file_system_url.h"
namespace content {
class PepperFileRefHost;
@@ -40,7 +40,7 @@ class PepperFileRefBackend {
virtual int32_t ReadDirectoryEntries(
ppapi::host::ReplyMessageContext context) = 0;
virtual int32_t GetAbsolutePath(ppapi::host::ReplyMessageContext context) = 0;
- virtual fileapi::FileSystemURL GetFileSystemURL() const = 0;
+ virtual storage::FileSystemURL GetFileSystemURL() const = 0;
virtual base::FilePath GetExternalFilePath() const = 0;
// Returns an error from the pp_errors.h enum.
@@ -75,7 +75,7 @@ class CONTENT_EXPORT PepperFileRefHost
// Required to support Rename().
PP_FileSystemType GetFileSystemType() const;
- fileapi::FileSystemURL GetFileSystemURL() const;
+ storage::FileSystemURL GetFileSystemURL() const;
// Required to support FileIO.
base::FilePath GetExternalFilePath() const;

Powered by Google App Engine
This is Rietveld 408576698