| Index: webkit/mocks/mock_resource_loader_bridge.h
|
| diff --git a/webkit/glue/mock_resource_loader_bridge.h b/webkit/mocks/mock_resource_loader_bridge.h
|
| similarity index 88%
|
| rename from webkit/glue/mock_resource_loader_bridge.h
|
| rename to webkit/mocks/mock_resource_loader_bridge.h
|
| index 49c41ed6780ea3323b566d874119d0f3fdfa1f50..5be7d89ff18fe0e3b525e835556fe6db0cefaf5b 100644
|
| --- a/webkit/glue/mock_resource_loader_bridge.h
|
| +++ b/webkit/mocks/mock_resource_loader_bridge.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_RESOURCE_LOADER_BRIDGE_H_
|
| -#define WEBKIT_GLUE_MOCK_RESOURCE_LOADER_BRIDGE_H_
|
| +#ifndef WEBKIT_MOCKS_MOCK_RESOURCE_LOADER_BRIDGE_H_
|
| +#define WEBKIT_MOCKS_MOCK_RESOURCE_LOADER_BRIDGE_H_
|
|
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "webkit/glue/resource_loader_bridge.h"
|
| @@ -41,4 +41,4 @@ class MockResourceLoaderBridge : public webkit_glue::ResourceLoaderBridge {
|
|
|
| } // namespace webkit_glue
|
|
|
| -#endif // WEBKIT_GLUE_MOCK_RESOURCE_LOADER_BRIDGE_H_
|
| +#endif // WEBKIT_MOCKS_MOCK_RESOURCE_LOADER_BRIDGE_H_
|
|
|