| Index: content/test/mock_weburlloader.cc
|
| diff --git a/webkit/mocks/mock_weburlloader.cc b/content/test/mock_weburlloader.cc
|
| similarity index 83%
|
| rename from webkit/mocks/mock_weburlloader.cc
|
| rename to content/test/mock_weburlloader.cc
|
| index dc4f2d04853043243d44a28a68250791f7a060d2..237b24c57c6aa2a26449195ad951b12d44a71213 100644
|
| --- a/webkit/mocks/mock_weburlloader.cc
|
| +++ b/content/test/mock_weburlloader.cc
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/mocks/mock_weburlloader.h"
|
| +#include "content/test/mock_weburlloader.h"
|
|
|
| #include "third_party/WebKit/public/platform/WebData.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"
|
|
|
| -namespace webkit_glue {
|
| +namespace content {
|
|
|
| MockWebURLLoader::MockWebURLLoader() {}
|
|
|
| MockWebURLLoader::~MockWebURLLoader() {}
|
|
|
| -} // namespace webkit_glue
|
| +} // namespace content
|
|
|