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

Unified Diff: webkit/fileapi/file_system_url_request_job_factory.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/file_system_url_request_job_factory.h
diff --git a/webkit/fileapi/file_system_url_request_job_factory.h b/webkit/fileapi/file_system_url_request_job_factory.h
index 06bc471447b822ee2a9bf951dc6a53373165e6f7..d933cc5d3df3829bd17c3205b2acc13be4bd360f 100644
--- a/webkit/fileapi/file_system_url_request_job_factory.h
+++ b/webkit/fileapi/file_system_url_request_job_factory.h
@@ -7,7 +7,7 @@
#include "net/url_request/url_request_job_factory.h"
-#include "webkit/fileapi/fileapi_export.h"
+#include "webkit/storage/storage_export.h"
namespace base {
class MessageLoopProxy;
@@ -20,7 +20,7 @@ class FileSystemContext;
// |context|'s lifetime should exceed the lifetime of the ProtocolHandler.
// Currently, this is only used by ProfileIOData which owns |context| and the
// ProtocolHandler.
-FILEAPI_EXPORT net::URLRequestJobFactory::ProtocolHandler*
+STORAGE_EXPORT net::URLRequestJobFactory::ProtocolHandler*
CreateFileSystemProtocolHandler(FileSystemContext* context);
} // namespace fileapi

Powered by Google App Engine
This is Rietveld 408576698