Index: content/test/weburl_loader_mock.cc |
diff --git a/webkit/support/weburl_loader_mock.cc b/content/test/weburl_loader_mock.cc |
similarity index 96% |
rename from webkit/support/weburl_loader_mock.cc |
rename to content/test/weburl_loader_mock.cc |
index 06aff4da960d5828be825dfed1a002c3d855166d..34968636b4c41319c03573ed9e361e178cd7743e 100644 |
--- a/webkit/support/weburl_loader_mock.cc |
+++ b/content/test/weburl_loader_mock.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "webkit/support/weburl_loader_mock.h" |
+#include "content/test/weburl_loader_mock.h" |
#include "base/logging.h" |
+#include "content/test/weburl_loader_mock_factory.h" |
#include "third_party/WebKit/public/platform/WebData.h" |
#include "third_party/WebKit/public/platform/WebURLError.h" |
#include "third_party/WebKit/public/platform/WebURLLoaderClient.h" |
-#include "webkit/support/weburl_loader_mock_factory.h" |
WebURLLoaderMock::WebURLLoaderMock(WebURLLoaderMockFactory* factory, |
WebKit::WebURLLoader* default_loader) |