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

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

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « storage/browser/database/database_tracker.cc ('k') | storage/browser/database/database_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/database/database_util.h
diff --git a/webkit/browser/database/database_util.h b/storage/browser/database/database_util.h
similarity index 91%
rename from webkit/browser/database/database_util.h
rename to storage/browser/database/database_util.h
index e6c0465f632d3ea0f149942ace204fb402dcdb25..e93d62ab5eade2d7464b710b89721e03e9d01670 100644
--- a/webkit/browser/database/database_util.h
+++ b/storage/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 "storage/common/storage_export.h"
namespace base {
class FilePath;
@@ -18,7 +18,7 @@ namespace webkit_database {
class DatabaseTracker;
-class WEBKIT_STORAGE_BROWSER_EXPORT DatabaseUtil {
+class STORAGE_EXPORT DatabaseUtil {
public:
static const char kJournalFileSuffix[];
« no previous file with comments | « storage/browser/database/database_tracker.cc ('k') | storage/browser/database/database_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698