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

Unified Diff: third_party/WebKit/Source/platform/loader/LinkHeader.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/LinkHeader.cpp
diff --git a/third_party/WebKit/Source/platform/network/LinkHeader.cpp b/third_party/WebKit/Source/platform/loader/LinkHeader.cpp
similarity index 98%
rename from third_party/WebKit/Source/platform/network/LinkHeader.cpp
rename to third_party/WebKit/Source/platform/loader/LinkHeader.cpp
index 173d1c8c209359a9948b69ba40f28a78ea5fd59f..5b0c7de24901468fd5a9797db5b03ee171c03a1a 100644
--- a/third_party/WebKit/Source/platform/network/LinkHeader.cpp
+++ b/third_party/WebKit/Source/platform/loader/LinkHeader.cpp
@@ -2,7 +2,7 @@
// 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 "base/strings/string_util.h"
#include "components/link_header_util/link_header_util.h"
« no previous file with comments | « third_party/WebKit/Source/platform/loader/LinkHeader.h ('k') | third_party/WebKit/Source/platform/loader/LinkHeaderTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698