| Index: third_party/WebKit/Source/platform/loader/LinkHeaderTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/network/LinkHeaderTest.cpp b/third_party/WebKit/Source/platform/loader/LinkHeaderTest.cpp
|
| similarity index 99%
|
| rename from third_party/WebKit/Source/platform/network/LinkHeaderTest.cpp
|
| rename to third_party/WebKit/Source/platform/loader/LinkHeaderTest.cpp
|
| index 4c23d31f1fc476bf79adeb54a81a096a1fbac716..b6bcf51d34f593c5398a83088db3b91886e96c26 100644
|
| --- a/third_party/WebKit/Source/platform/network/LinkHeaderTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/LinkHeaderTest.cpp
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "platform/network/LinkHeader.h"
|
| +#include "platform/loader/LinkHeader.h"
|
|
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| #include <base/macros.h>
|
| +#include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace blink {
|
| namespace {
|
|
|