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

Unified Diff: webkit/fileapi/media/media_path_filter.h

Issue 11103031: webkit: Merge blob and fileapi into one build target 'storage' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _ Created 8 years, 2 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: webkit/fileapi/media/media_path_filter.h
diff --git a/webkit/fileapi/media/media_path_filter.h b/webkit/fileapi/media/media_path_filter.h
index b4b2202d5554529968c2fdbd38d1934499546633..e3a0dbb99ff11ff537c20522191e136824db40af 100644
--- a/webkit/fileapi/media/media_path_filter.h
+++ b/webkit/fileapi/media/media_path_filter.h
@@ -9,7 +9,7 @@
#include "base/file_path.h"
#include "base/synchronization/lock.h"
-#include "webkit/fileapi/fileapi_export.h"
+#include "webkit/storage/storage_export.h"
class FilePath;
@@ -17,7 +17,7 @@ namespace fileapi {
// This class holds the list of file path extensions that we should expose on
// media filesystem.
-class FILEAPI_EXPORT MediaPathFilter {
+class STORAGE_EXPORT MediaPathFilter {
public:
MediaPathFilter();
~MediaPathFilter();

Powered by Google App Engine
This is Rietveld 408576698