| Index: blimp/client/support/compositor/mock_compositor_dependencies.h
|
| diff --git a/blimp/client/feature/compositor/mock_compositor_dependencies.h b/blimp/client/support/compositor/mock_compositor_dependencies.h
|
| similarity index 77%
|
| rename from blimp/client/feature/compositor/mock_compositor_dependencies.h
|
| rename to blimp/client/support/compositor/mock_compositor_dependencies.h
|
| index 02f83dae8a5cef184f63429419bc24657e1eeb5d..c4a298a5159553e64b03aff77fa9e86b8393a31f 100644
|
| --- a/blimp/client/feature/compositor/mock_compositor_dependencies.h
|
| +++ b/blimp/client/support/compositor/mock_compositor_dependencies.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 BLIMP_CLIENT_FEATURE_COMPOSITOR_MOCK_COMPOSITOR_DEPENDENCIES_H_
|
| -#define BLIMP_CLIENT_FEATURE_COMPOSITOR_MOCK_COMPOSITOR_DEPENDENCIES_H_
|
| +#ifndef BLIMP_CLIENT_SUPPORT_COMPOSITOR_MOCK_COMPOSITOR_DEPENDENCIES_H_
|
| +#define BLIMP_CLIENT_SUPPORT_COMPOSITOR_MOCK_COMPOSITOR_DEPENDENCIES_H_
|
|
|
| #include "blimp/client/support/compositor/compositor_dependencies_impl.h"
|
|
|
| @@ -22,4 +22,4 @@ class MockCompositorDependencies : public CompositorDependenciesImpl {
|
| } // namespace client
|
| } // namespace blimp
|
|
|
| -#endif // BLIMP_CLIENT_FEATURE_COMPOSITOR_MOCK_COMPOSITOR_DEPENDENCIES_H_
|
| +#endif // BLIMP_CLIENT_SUPPORT_COMPOSITOR_MOCK_COMPOSITOR_DEPENDENCIES_H_
|
|
|