| Index: content/test/weburl_loader_mock_factory.h
|
| diff --git a/webkit/support/weburl_loader_mock_factory.h b/content/test/weburl_loader_mock_factory.h
|
| similarity index 96%
|
| rename from webkit/support/weburl_loader_mock_factory.h
|
| rename to content/test/weburl_loader_mock_factory.h
|
| index 8f00fc0e27d2ce60047633b5b07714c5b0742b33..a9616274e72ab88a0c66ca425bb63ca92aeb041b 100644
|
| --- a/webkit/support/weburl_loader_mock_factory.h
|
| +++ b/content/test/weburl_loader_mock_factory.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_FACTORY_H_
|
| -#define WEBKIT_SUPPORT_WEBURL_LOADER_MOCK_FACTORY_H_
|
| +#ifndef CONTENT_TEST_WEBURL_LOADER_MOCK_FACTORY_H_
|
| +#define CONTENT_TEST_WEBURL_LOADER_MOCK_FACTORY_H_
|
|
|
| #include <map>
|
|
|
| @@ -111,5 +111,5 @@ class WebURLLoaderMockFactory {
|
| DISALLOW_COPY_AND_ASSIGN(WebURLLoaderMockFactory);
|
| };
|
|
|
| -#endif // WEBKIT_SUPPORT_WEBURL_LOADER_MOCK_FACTORY_H_
|
| +#endif // CONTENT_TEST_WEBURL_LOADER_MOCK_FACTORY_H_
|
|
|
|
|