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

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

Issue 492873002: Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single sto… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos build 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..32964d2b73d9d115b033e8340cd8c168aae264a4 100644
--- a/content/browser/renderer_host/pepper/pepper_file_ref_host.h
+++ b/content/browser/renderer_host/pepper/pepper_file_ref_host.h
@@ -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