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

Unified Diff: webkit/fileapi/file_system_url_request_job_factory.h

Issue 10447055: Move fileapi into its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes and use FILEAPI_EXPORT_PRIVATE Created 8 years, 7 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 c159a27bb1c7805eec4532386981f71d858504ff..ed5013dc3e17c1a87ef21bde769354af625b27ae 100644
--- a/webkit/fileapi/file_system_url_request_job_factory.h
+++ b/webkit/fileapi/file_system_url_request_job_factory.h
@@ -7,6 +7,8 @@
#include "net/url_request/url_request_job_factory.h"
+#include "webkit/fileapi/fileapi_export.h"
+
namespace base {
class MessageLoopProxy;
} // namespace base
@@ -18,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.
-net::URLRequestJobFactory::ProtocolHandler*
+FILEAPI_EXPORT net::URLRequestJobFactory::ProtocolHandler*
CreateFileSystemProtocolHandler(FileSystemContext* context);
benwells 2012/05/29 10:23:00 I should fix this indent while I am here.
} // namespace fileapi

Powered by Google App Engine
This is Rietveld 408576698