| Index: content/test/weburl_loader_mock_factory.cc
|
| diff --git a/webkit/support/weburl_loader_mock_factory.cc b/content/test/weburl_loader_mock_factory.cc
|
| similarity index 97%
|
| rename from webkit/support/weburl_loader_mock_factory.cc
|
| rename to content/test/weburl_loader_mock_factory.cc
|
| index f459211f0152cb491dae1a0ede8a772824e445ac..c5bc4ad0939eea6859dc93b7a477ff9f0a599d3e 100644
|
| --- a/webkit/support/weburl_loader_mock_factory.cc
|
| +++ b/content/test/weburl_loader_mock_factory.cc
|
| @@ -2,18 +2,18 @@
|
| // 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_factory.h"
|
| +#include "content/test/weburl_loader_mock_factory.h"
|
|
|
| #include "base/file_util.h"
|
| #include "base/logging.h"
|
| #include "base/run_loop.h"
|
| +#include "content/test/webkit_support.h"
|
| +#include "content/test/weburl_loader_mock.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
| #include "third_party/WebKit/public/platform/WebURLError.h"
|
| #include "third_party/WebKit/public/platform/WebURLRequest.h"
|
| #include "third_party/WebKit/public/platform/WebURLResponse.h"
|
| #include "third_party/WebKit/public/web/WebCache.h"
|
| -#include "webkit/support/webkit_support.h"
|
| -#include "webkit/support/weburl_loader_mock.h"
|
|
|
| using WebKit::WebCache;
|
| using WebKit::WebData;
|
|
|