| Index: webkit/mocks/mock_weburlloader.h
|
| diff --git a/webkit/glue/mock_weburlloader_impl.h b/webkit/mocks/mock_weburlloader.h
|
| similarity index 87%
|
| rename from webkit/glue/mock_weburlloader_impl.h
|
| rename to webkit/mocks/mock_weburlloader.h
|
| index da50b72a81411f3d1f0bf609fc83274a6403b486..7253faa78899f565dcc46e23eda4475b12b43072 100644
|
| --- a/webkit/glue/mock_weburlloader_impl.h
|
| +++ b/webkit/mocks/mock_weburlloader.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_GLUE_MOCK_WEBURLLOADER_IMPL_H_
|
| -#define WEBKIT_GLUE_MOCK_WEBURLLOADER_IMPL_H_
|
| +#ifndef WEBKIT_MOCKS_MOCK_WEBURLLOADER_H_
|
| +#define WEBKIT_MOCKS_MOCK_WEBURLLOADER_H_
|
|
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "webkit/glue/weburlloader_impl.h"
|
| @@ -33,4 +33,4 @@ class MockWebURLLoader : public WebKit::WebURLLoader {
|
|
|
| } // namespace webkit_glue
|
|
|
| -#endif // WEBKIT_GLUE_MOCK_WEBURLLOADER_IMPL_H_
|
| +#endif // WEBKIT_MOCKS_MOCK_WEBURLLOADER_H_
|
|
|