Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(800)

Unified Diff: content/common/gpu/gpu_memory_buffer_factory_test_template.h

Issue 1784723003: Migrate gpu_memory_buffer_factory_test_template to content/common/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix includes Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « content/common/gpu/gpu_memory_buffer_factory_surface_texture_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698