| Index: third_party/WebKit/Source/platform/loader/fetch/UniqueIdentifier.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/UniqueIdentifier.h b/third_party/WebKit/Source/platform/loader/fetch/UniqueIdentifier.h
|
| similarity index 94%
|
| rename from third_party/WebKit/Source/core/fetch/UniqueIdentifier.h
|
| rename to third_party/WebKit/Source/platform/loader/fetch/UniqueIdentifier.h
|
| index d6a3eb45adeb7787d9908816e9df537089560e5d..15c407192533ea2d5c7bb47e1a890a0aba4d2b6b 100644
|
| --- a/third_party/WebKit/Source/core/fetch/UniqueIdentifier.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/UniqueIdentifier.h
|
| @@ -31,11 +31,11 @@
|
| #ifndef UniqueIdentifier_h
|
| #define UniqueIdentifier_h
|
|
|
| -#include "core/CoreExport.h"
|
| +#include "platform/PlatformExport.h"
|
|
|
| namespace blink {
|
|
|
| -CORE_EXPORT unsigned long createUniqueIdentifier();
|
| +PLATFORM_EXPORT unsigned long createUniqueIdentifier();
|
| }
|
|
|
| #endif // UniqueIdentifier_h
|
|
|