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

Unified Diff: third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResourceTest.cpp

Issue 2504883003: Loading: move *StyleSheetResource to core/loader/resource (Closed)
Patch Set: [rebase] Created 4 years 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/core/loader/resource/CSSStyleSheetResourceTest.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSStyleSheetResourceTest.cpp b/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResourceTest.cpp
similarity index 98%
rename from third_party/WebKit/Source/core/css/CSSStyleSheetResourceTest.cpp
rename to third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResourceTest.cpp
index 2a7d38c6b5c34fd1ab969ca695461caf1152af3b..4dc929f02c4104f4887916ee3e01576856af091d 100644
--- a/third_party/WebKit/Source/core/css/CSSStyleSheetResourceTest.cpp
+++ b/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResourceTest.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 "core/fetch/CSSStyleSheetResource.h"
+#include "core/loader/resource/CSSStyleSheetResource.h"
#include "core/css/CSSCrossfadeValue.h"
#include "core/css/CSSImageValue.h"

Powered by Google App Engine
This is Rietveld 408576698