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

Unified Diff: webkit/browser/dom_storage/dom_storage_database.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/dom_storage_database.h
diff --git a/webkit/browser/dom_storage/dom_storage_database.h b/webkit/browser/dom_storage/dom_storage_database.h
index c451e904ff8abab2f655dff262061dfd06d1cf99..1e3b658a22d0c18c610fb1dbb2285f70d2e712f9 100644
--- a/webkit/browser/dom_storage/dom_storage_database.h
+++ b/webkit/browser/dom_storage/dom_storage_database.h
@@ -13,14 +13,14 @@
#include "base/nullable_string16.h"
#include "base/strings/string16.h"
#include "sql/connection.h"
+#include "webkit/browser/webkit_storage_browser_export.h"
#include "webkit/common/dom_storage/dom_storage_types.h"
-#include "webkit/storage/webkit_storage_export.h"
namespace dom_storage {
// Represents a SQLite based backing for DOM storage data. This
// class is designed to be used on a single thread.
-class WEBKIT_STORAGE_EXPORT DomStorageDatabase {
+class WEBKIT_STORAGE_BROWSER_EXPORT DomStorageDatabase {
public:
static base::FilePath GetJournalFilePath(const base::FilePath& database_path);
« no previous file with comments | « webkit/browser/dom_storage/dom_storage_context.h ('k') | webkit/browser/dom_storage/dom_storage_database_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698