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

Unified Diff: gpu/command_buffer/common/id_type_unittest.cc

Issue 1548443002: Introducing gpu::CommandBufferId as a distinct, IdType<...>-based type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@type-safe-save-package-id-self-contained
Patch Set: Moved base/id_type... into gpu/command_buffer/common/id_type.… Created 4 years, 10 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: gpu/command_buffer/common/id_type_unittest.cc
diff --git a/content/common/id_type_unittest.cc b/gpu/command_buffer/common/id_type_unittest.cc
similarity index 98%
rename from content/common/id_type_unittest.cc
rename to gpu/command_buffer/common/id_type_unittest.cc
index de221cf1669a8ca3e5c8c0fdd057a20923d6696d..cfc70f10f5c9aee8b05bd509cf59d18e2cb15348 100644
--- a/content/common/id_type_unittest.cc
+++ b/gpu/command_buffer/common/id_type_unittest.cc
@@ -9,10 +9,10 @@
#include <type_traits>
#include <unordered_map>
-#include "content/common/id_type.h"
+#include "gpu/command_buffer/common/id_type.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace content {
+namespace gpu {
namespace {
@@ -197,4 +197,4 @@ INSTANTIATE_TEST_CASE_P(,
123,
std::numeric_limits<int>::max()));
-} // namespace content
+} // namespace base

Powered by Google App Engine
This is Rietveld 408576698