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

Unified Diff: content/common/gpu/client/gpu_memory_buffer_impl_test_template.h

Issue 1845563005: Refactor content/common/gpu into gpu/ipc/service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn libs defs 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/client/gpu_memory_buffer_impl_test_template.h
diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_test_template.h b/content/common/gpu/client/gpu_memory_buffer_impl_test_template.h
index 75b6b3486db0793d1ea21f8fe068858cf9693baf..c1dfeb1752e8f6ffca905f454880d077a9012c46 100644
--- a/content/common/gpu/client/gpu_memory_buffer_impl_test_template.h
+++ b/content/common/gpu/client/gpu_memory_buffer_impl_test_template.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.
-// This file defines tests that implementations of GpuMemoryBufferFactory should
-// pass in order to be conformant.
+// This file defines tests that implementations of gpu::GpuMemoryBufferFactory
piman 2016/03/31 19:26:16 nit: same here
Mark Dittmer 2016/03/31 19:57:34 Done.
+// should pass in order to be conformant.
#ifndef CONTENT_COMMON_GPU_CLIENT_GPU_MEMORY_BUFFER_IMPL_TEST_TEMPLATE_H_
#define CONTENT_COMMON_GPU_CLIENT_GPU_MEMORY_BUFFER_IMPL_TEST_TEMPLATE_H_

Powered by Google App Engine
This is Rietveld 408576698