| Index: webkit/common/database/database_identifier.h
|
| diff --git a/webkit/common/database/database_identifier.h b/webkit/common/database/database_identifier.h
|
| index e70db6f54f5fefaaacee63712077355725aff437..b72c02b8928b9f406512efcadb15babded00f93d 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_export.h"
|
| +#include "webkit/common/storage_common_export.h"
|
|
|
| namespace storage {
|
|
|
| -STORAGE_EXPORT std::string GetIdentifierFromOrigin(
|
| +STORAGE_COMMON_EXPORT std::string GetIdentifierFromOrigin(
|
| const GURL& origin);
|
| -STORAGE_EXPORT GURL GetOriginFromIdentifier(
|
| +STORAGE_COMMON_EXPORT GURL GetOriginFromIdentifier(
|
| const std::string& identifier);
|
|
|
| -class STORAGE_EXPORT DatabaseIdentifier {
|
| +class STORAGE_COMMON_EXPORT DatabaseIdentifier {
|
| public:
|
| static const DatabaseIdentifier UniqueFileIdentifier();
|
| static DatabaseIdentifier CreateFromOrigin(const GURL& origin);
|
|
|