| Index: content/common/gpu/gpu_memory_buffer_factory_test_template.h
|
| diff --git a/content/test/gpu_memory_buffer_factory_test_template.h b/content/common/gpu/gpu_memory_buffer_factory_test_template.h
|
| similarity index 94%
|
| rename from content/test/gpu_memory_buffer_factory_test_template.h
|
| rename to content/common/gpu/gpu_memory_buffer_factory_test_template.h
|
| index f0d90558f3ed2edbd0d1624e1033a9790f155ce3..9f883847bc4afc5827f236f345eb2a28ac7f19dc 100644
|
| --- a/content/test/gpu_memory_buffer_factory_test_template.h
|
| +++ b/content/common/gpu/gpu_memory_buffer_factory_test_template.h
|
| @@ -5,8 +5,8 @@
|
| // This file defines tests that implementations of GpuMemoryBufferFactory should
|
| // pass in order to be conformant.
|
|
|
| -#ifndef CONTENT_TEST_GPU_MEMORY_BUFFER_FACTORY_TEST_TEMPLATE_H_
|
| -#define CONTENT_TEST_GPU_MEMORY_BUFFER_FACTORY_TEST_TEMPLATE_H_
|
| +#ifndef CONTENT_COMMON_GPU_GPU_MEMORY_BUFFER_FACTORY_TEST_TEMPLATE_H_
|
| +#define CONTENT_COMMON_GPU_GPU_MEMORY_BUFFER_FACTORY_TEST_TEMPLATE_H_
|
|
|
| #include "content/common/gpu/gpu_memory_buffer_factory.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -95,4 +95,4 @@ REGISTER_TYPED_TEST_CASE_P(GpuMemoryBufferFactoryImportTest,
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_TEST_GPU_MEMORY_BUFFER_FACTORY_TEST_TEMPLATE_H_
|
| +#endif // CONTENT_COMMON_GPU_GPU_MEMORY_BUFFER_FACTORY_TEST_TEMPLATE_H_
|
|
|