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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/UniqueIdentifier.h

Issue 2584423002: Loading: move core/fetch to platform/loader/fetch (Closed)
Patch Set: another try Created 3 years, 11 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: 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

Powered by Google App Engine
This is Rietveld 408576698