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

Unified Diff: webkit/fileapi/file_system_task_runners.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/file_system_quota_util.h ('k') | webkit/fileapi/file_system_url.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_task_runners.h
diff --git a/webkit/fileapi/file_system_task_runners.h b/webkit/fileapi/file_system_task_runners.h
index 219e2af621ba841b4ef4ba5cb8166de4c3abf7ce..a2fc4f1952b125e7d48dbd9f18cd4daa4dfc1384 100644
--- a/webkit/fileapi/file_system_task_runners.h
+++ b/webkit/fileapi/file_system_task_runners.h
@@ -7,7 +7,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
-#include "webkit/fileapi/fileapi_export.h"
+#include "webkit/storage/webkit_storage_export.h"
namespace base {
class SequencedTaskRunner;
@@ -17,7 +17,7 @@ class SingleThreadTaskRunner;
namespace fileapi {
// This class holds task runners used for filesystem related stuff.
-class FILEAPI_EXPORT FileSystemTaskRunners {
+class WEBKIT_STORAGE_EXPORT FileSystemTaskRunners {
public:
FileSystemTaskRunners(
base::SingleThreadTaskRunner* io_task_runner,
« no previous file with comments | « webkit/fileapi/file_system_quota_util.h ('k') | webkit/fileapi/file_system_url.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698