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

Unified Diff: webkit/browser/dom_storage/local_storage_database_adapter.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
Index: webkit/browser/dom_storage/local_storage_database_adapter.h
diff --git a/webkit/browser/dom_storage/local_storage_database_adapter.h b/webkit/browser/dom_storage/local_storage_database_adapter.h
index 3f48e05e1783f5a764d0fcaec2460781d6cd2f69..7cdabf4b03e0fe87ee27800cf7308c290bfd1c44 100644
--- a/webkit/browser/dom_storage/local_storage_database_adapter.h
+++ b/webkit/browser/dom_storage/local_storage_database_adapter.h
@@ -8,7 +8,7 @@
#include "base/gtest_prod_util.h"
#include "base/memory/scoped_ptr.h"
#include "webkit/browser/dom_storage/dom_storage_database_adapter.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/browser/webkit_storage_browser_export.h"
namespace base {
class FilePath;
@@ -18,7 +18,7 @@ namespace dom_storage {
class DomStorageDatabase;
-class WEBKIT_STORAGE_EXPORT LocalStorageDatabaseAdapter :
+class WEBKIT_STORAGE_BROWSER_EXPORT LocalStorageDatabaseAdapter :
public DomStorageDatabaseAdapter {
public:
explicit LocalStorageDatabaseAdapter(const base::FilePath& path);
« no previous file with comments | « webkit/browser/dom_storage/dom_storage_task_runner.h ('k') | webkit/browser/dom_storage/session_storage_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698