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

Unified Diff: webkit/common/database/database_identifier.h

Issue 512253002: Combine storage_browser_export.h and storage_common_export.h (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
Index: webkit/common/database/database_identifier.h
diff --git a/webkit/common/database/database_identifier.h b/webkit/common/database/database_identifier.h
index 32037ddbe1b4490fe80ac20d9bad071cb5817a8f..e70db6f54f5fefaaacee63712077355725aff437 100644
--- a/webkit/common/database/database_identifier.h
+++ b/webkit/common/database/database_identifier.h
@@ -10,16 +10,16 @@
#include "base/basictypes.h"
#include "base/strings/string_piece.h"
#include "url/gurl.h"
-#include "webkit/common/storage_common_export.h"
+#include "webkit/common/storage_export.h"
namespace storage {
-WEBKIT_STORAGE_COMMON_EXPORT std::string GetIdentifierFromOrigin(
+STORAGE_EXPORT std::string GetIdentifierFromOrigin(
const GURL& origin);
-WEBKIT_STORAGE_COMMON_EXPORT GURL GetOriginFromIdentifier(
+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);

Powered by Google App Engine
This is Rietveld 408576698