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

Unified Diff: webkit/browser/database/database_util.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/database/database_tracker.h ('k') | webkit/browser/database/databases_table.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/database/database_util.h
diff --git a/webkit/browser/database/database_util.h b/webkit/browser/database/database_util.h
index bf037f97ffb194204607a455dd2c0c7cb320d8d2..b16e6714673c6a6043c060362abc7889b1c5bb88 100644
--- a/webkit/browser/database/database_util.h
+++ b/webkit/browser/database/database_util.h
@@ -7,7 +7,7 @@
#include "base/strings/string16.h"
#include "googleurl/src/gurl.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/browser/webkit_storage_browser_export.h"
namespace base {
class FilePath;
@@ -17,7 +17,7 @@ namespace webkit_database {
class DatabaseTracker;
-class WEBKIT_STORAGE_EXPORT DatabaseUtil {
+class WEBKIT_STORAGE_BROWSER_EXPORT DatabaseUtil {
public:
static const char kJournalFileSuffix[];
« no previous file with comments | « webkit/browser/database/database_tracker.h ('k') | webkit/browser/database/databases_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698