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

Unified Diff: storage/common/database/database_identifier.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/common/database/database_connections.cc ('k') | storage/common/database/database_identifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/common/database/database_identifier.h
diff --git a/webkit/common/database/database_identifier.h b/storage/common/database/database_identifier.h
similarity index 81%
rename from webkit/common/database/database_identifier.h
rename to storage/common/database/database_identifier.h
index c4c9d55c697091e2a623bfcee92c931383eec25d..19aa2d1b9e315fe70b3355a1d5d55904b5ffb963 100644
--- a/webkit/common/database/database_identifier.h
+++ b/storage/common/database/database_identifier.h
@@ -10,16 +10,14 @@
#include "base/basictypes.h"
#include "base/strings/string_piece.h"
#include "url/gurl.h"
-#include "webkit/common/webkit_storage_common_export.h"
+#include "storage/common/storage_export.h"
namespace webkit_database {
-WEBKIT_STORAGE_COMMON_EXPORT std::string GetIdentifierFromOrigin(
- const GURL& origin);
-WEBKIT_STORAGE_COMMON_EXPORT GURL GetOriginFromIdentifier(
- const std::string& identifier);
+STORAGE_EXPORT std::string GetIdentifierFromOrigin(const GURL& origin);
+STORAGE_EXPORT GURL GetOriginFromIdentifier(const std::string& identifier);
-class WEBKIT_STORAGE_COMMON_EXPORT DatabaseIdentifier {
+class STORAGE_EXPORT DatabaseIdentifier {
public:
static const DatabaseIdentifier UniqueFileIdentifier();
static DatabaseIdentifier CreateFromOrigin(const GURL& origin);
« no previous file with comments | « storage/common/database/database_connections.cc ('k') | storage/common/database/database_identifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698