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

Unified Diff: webkit/browser/blob/blob_storage_host.h

Issue 16701004: Fix webkit_storage exports definitions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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/browser/blob/blob_storage_controller.h ('k') | webkit/browser/blob/blob_url_request_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/blob/blob_storage_host.h
diff --git a/webkit/browser/blob/blob_storage_host.h b/webkit/browser/blob/blob_storage_host.h
index 529ad993bb943af6c7fb763b7038b090a31999f9..954c32ce400d21c127fbe95580519836b2ebc0f1 100644
--- a/webkit/browser/blob/blob_storage_host.h
+++ b/webkit/browser/blob/blob_storage_host.h
@@ -11,8 +11,8 @@
#include "base/compiler_specific.h"
#include "base/memory/weak_ptr.h"
+#include "webkit/browser/webkit_storage_browser_export.h"
#include "webkit/common/blob/blob_data.h"
-#include "webkit/storage/webkit_storage_export.h"
class GURL;
@@ -27,7 +27,7 @@ class BlobStorageContext;
// terminates all blob references attibutable to that process go away upon
// destruction of the instance. The class is single threaded and should
// only be used on the IO thread.
-class WEBKIT_STORAGE_EXPORT BlobStorageHost {
+class WEBKIT_STORAGE_BROWSER_EXPORT BlobStorageHost {
public:
explicit BlobStorageHost(BlobStorageContext* context);
~BlobStorageHost();
« no previous file with comments | « webkit/browser/blob/blob_storage_controller.h ('k') | webkit/browser/blob/blob_url_request_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698