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

Unified Diff: webkit/browser/database/database_util.h

Issue 498273002: Rename storage-related export macros and build targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 9c45e27603d1c88e0dfff2e0c8f0652b48a17472..3ef953a6bb37126956b55c937bc958e53bba7df6 100644
--- a/webkit/browser/database/database_util.h
+++ b/webkit/browser/database/database_util.h
@@ -8,7 +8,7 @@
#include <string>
#include "base/strings/string16.h"
#include "url/gurl.h"
-#include "webkit/browser/webkit_storage_browser_export.h"
+#include "webkit/browser/storage_export.h"
namespace base {
class FilePath;
@@ -18,7 +18,7 @@ namespace storage {
class DatabaseTracker;
-class WEBKIT_STORAGE_BROWSER_EXPORT DatabaseUtil {
+class STORAGE_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