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

Unified Diff: third_party/WebKit/Source/platform/loader/LinkHeaderTest.cpp

Issue 2739633003: platform/loader: move LinkHeader from network/ to loader/ (Closed)
Patch Set: gen gen --check passes Created 3 years, 9 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/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 {
« no previous file with comments | « third_party/WebKit/Source/platform/loader/LinkHeader.cpp ('k') | third_party/WebKit/Source/platform/network/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698