Index: webkit/browser/blob/blob_storage_controller.h |
diff --git a/webkit/browser/blob/blob_storage_controller.h b/webkit/browser/blob/blob_storage_controller.h |
index ca4075a4e7e9ec776b716f9f5f8c8f6025d4d230..1b69748b202659c9d89f47ccfa5a9b89f9743734 100644 |
--- a/webkit/browser/blob/blob_storage_controller.h |
+++ b/webkit/browser/blob/blob_storage_controller.h |
@@ -11,8 +11,8 @@ |
#include "base/containers/hash_tables.h" |
#include "base/memory/ref_counted.h" |
#include "base/process.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; |
@@ -24,7 +24,7 @@ class Time; |
namespace webkit_blob { |
// This class handles the logistics of blob Storage within the browser process. |
-class WEBKIT_STORAGE_EXPORT BlobStorageController { |
+class WEBKIT_STORAGE_BROWSER_EXPORT BlobStorageController { |
public: |
BlobStorageController(); |
~BlobStorageController(); |