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

Unified Diff: content/browser/media/android/media_resource_getter_impl.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/media/android/media_resource_getter_impl.h
diff --git a/content/browser/media/android/media_resource_getter_impl.h b/content/browser/media/android/media_resource_getter_impl.h
index 105c97954c90f2df486831187fe3765b9290e3f7..9e8541106536ebb7efc353cb3da56caa86ffe856 100644
--- a/content/browser/media/android/media_resource_getter_impl.h
+++ b/content/browser/media/android/media_resource_getter_impl.h
@@ -16,7 +16,7 @@
#include "net/base/auth.h"
#include "net/cookies/canonical_cookie.h"
-namespace fileapi {
+namespace storage {
class FileSystemContext;
}
@@ -37,8 +37,9 @@ class MediaResourceGetterImpl : public media::MediaResourceGetter {
// |render_process_id| are passed to retrieve the CookieStore.
// |file_system_context| are used to get the platform path.
MediaResourceGetterImpl(BrowserContext* browser_context,
- fileapi::FileSystemContext* file_system_context,
- int render_process_id, int render_frame_id);
+ storage::FileSystemContext* file_system_context,
+ int render_process_id,
+ int render_frame_id);
virtual ~MediaResourceGetterImpl();
// media::MediaResourceGetter implementation.
@@ -84,7 +85,7 @@ class MediaResourceGetterImpl : public media::MediaResourceGetter {
BrowserContext* browser_context_;
// FileSystemContext to be used on FILE thread.
- fileapi::FileSystemContext* file_system_context_;
+ storage::FileSystemContext* file_system_context_;
// Render process id, used to check whether the process can access cookies.
int render_process_id_;

Powered by Google App Engine
This is Rietveld 408576698