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: Rebasing... 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
« no previous file with comments | « gpu/command_buffer/common/id_type.h ('k') | gpu/command_buffer/common/sync_token.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..1ba2d018474a260de6ceb8047250d4dca0c1c774 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 gpu
« no previous file with comments | « gpu/command_buffer/common/id_type.h ('k') | gpu/command_buffer/common/sync_token.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698