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

Unified Diff: webkit/fileapi/media/filtering_file_enumerator.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: Leave *.gypi files in blob and fileapi 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
« no previous file with comments | « webkit/fileapi/media/device_media_file_util.h ('k') | webkit/fileapi/media/media_path_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/media/filtering_file_enumerator.h
diff --git a/webkit/fileapi/media/filtering_file_enumerator.h b/webkit/fileapi/media/filtering_file_enumerator.h
index bda070847ffd071be8d28686f7aad84cfe51ab60..9e70880d02eb7925125561db11b5eed6d4ba080a 100644
--- a/webkit/fileapi/media/filtering_file_enumerator.h
+++ b/webkit/fileapi/media/filtering_file_enumerator.h
@@ -7,14 +7,14 @@
#include "base/memory/scoped_ptr.h"
#include "webkit/fileapi/file_system_file_util.h"
-#include "webkit/fileapi/fileapi_export.h"
#include "webkit/fileapi/media/media_path_filter.h"
+#include "webkit/storage/webkit_storage_export.h"
namespace fileapi {
// This class wraps another file enumerator and filters out non-media files
// from its result, refering given MediaPathFilter.
-class FILEAPI_EXPORT FilteringFileEnumerator
+class WEBKIT_STORAGE_EXPORT FilteringFileEnumerator
: public NON_EXPORTED_BASE(FileSystemFileUtil::AbstractFileEnumerator) {
public:
FilteringFileEnumerator(
« no previous file with comments | « webkit/fileapi/media/device_media_file_util.h ('k') | webkit/fileapi/media/media_path_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698