| Index: third_party/WebKit/Source/core/fetch/ResourceLoaderOptionsTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/ResourceLoaderOptionsTest.cpp b/third_party/WebKit/Source/core/fetch/ResourceLoaderOptionsTest.cpp
|
| index b8db4a474735f827a30e42aadb331dd0b4ecf56e..4c2c0a1205b3079617617e35c41b807d95e71e7f 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ResourceLoaderOptionsTest.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/ResourceLoaderOptionsTest.cpp
|
| @@ -28,7 +28,7 @@ TEST(ResourceLoaderOptionsTest, DeepCopy)
|
| original.securityOrigin = securityOrigin;
|
| original.initiatorInfo.name = AtomicString("xmlhttprequest");
|
|
|
| - CrossThreadResourceLoaderOptionsData copyData = CrossThreadCopier<ResourceLoaderOptions>::copy(original);
|
| + CrossThreadResourceLoaderOptionsData copyData = WTF::CrossThreadCopier<ResourceLoaderOptions>::copy(original);
|
| ResourceLoaderOptions copy = copyData;
|
|
|
| // Check that contents are correctly copied to |copyData|
|
|
|