| Index: cc/test/surface_aggregator_test_helpers.h
|
| diff --git a/cc/surfaces/surface_aggregator_test_helpers.h b/cc/test/surface_aggregator_test_helpers.h
|
| similarity index 93%
|
| rename from cc/surfaces/surface_aggregator_test_helpers.h
|
| rename to cc/test/surface_aggregator_test_helpers.h
|
| index 6d00c4f70f6175d552600d1f7f79792e414d3821..0848515cfdce95bc04d15fe95bb1d134da6d0fef 100644
|
| --- a/cc/surfaces/surface_aggregator_test_helpers.h
|
| +++ b/cc/test/surface_aggregator_test_helpers.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 CC_SURFACES_SURFACE_AGGREGATOR_TEST_HELPERS_H_
|
| -#define CC_SURFACES_SURFACE_AGGREGATOR_TEST_HELPERS_H_
|
| +#ifndef CC_TEST_SURFACE_AGGREGATOR_TEST_HELPERS_H_
|
| +#define CC_TEST_SURFACE_AGGREGATOR_TEST_HELPERS_H_
|
|
|
| #include "cc/base/scoped_ptr_vector.h"
|
| #include "cc/quads/draw_quad.h"
|
| @@ -91,4 +91,4 @@ void TestPassesMatchExpectations(Pass* expected_passes,
|
| } // namespace test
|
| } // namespace cc
|
|
|
| -#endif // CC_SURFACES_SURFACE_AGGREGATOR_TEST_HELPERS_H_
|
| +#endif // CC_TEST_SURFACE_AGGREGATOR_TEST_HELPERS_H_
|
|
|