| Index: content/test/weburl_loader_mock.h
|
| diff --git a/webkit/support/weburl_loader_mock.h b/content/test/weburl_loader_mock.h
|
| similarity index 93%
|
| rename from webkit/support/weburl_loader_mock.h
|
| rename to content/test/weburl_loader_mock.h
|
| index 46de7be0918573da6ae5179f55230323e442af4b..7aadfc81855305342a203dd2c4a024875764511c 100644
|
| --- a/webkit/support/weburl_loader_mock.h
|
| +++ b/content/test/weburl_loader_mock.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_SUPPORT_WEBURL_LOADER_MOCK_H_
|
| -#define WEBKIT_SUPPORT_WEBURL_LOADER_MOCK_H_
|
| +#ifndef CONTENT_TEST_WEBURL_LOADER_MOCK_H_
|
| +#define CONTENT_TEST_WEBURL_LOADER_MOCK_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -61,4 +61,4 @@ class WebURLLoaderMock : public WebKit::WebURLLoader {
|
| DISALLOW_COPY_AND_ASSIGN(WebURLLoaderMock);
|
| };
|
|
|
| -#endif // WEBKIT_SUPPORT_WEBURL_LOADER_MOCK_H_
|
| +#endif // CONTENT_TEST_WEBURL_LOADER_MOCK_H_
|
|
|