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

Unified Diff: components/mus/common/gpu_type_converters_unittest.cc

Issue 1976703003: Impl mus::mojom::GpuService to enable using Chrome IPC version gpu CmdBuf in mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 7 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: components/mus/common/gpu_type_converters_unittest.cc
diff --git a/components/mus/gpu/gpu_type_converters_unittest.cc b/components/mus/common/gpu_type_converters_unittest.cc
similarity index 98%
rename from components/mus/gpu/gpu_type_converters_unittest.cc
rename to components/mus/common/gpu_type_converters_unittest.cc
index 3aacfa33aa507a9643690b6ecffd4d978f4155ac..012664309d909bbc17b0b759baf8c39e8541d642 100644
--- a/components/mus/gpu/gpu_type_converters_unittest.cc
+++ b/components/mus/common/gpu_type_converters_unittest.cc
@@ -6,7 +6,7 @@
#include "base/files/scoped_file.h"
#include "build/build_config.h"
-#include "components/mus/gpu/gpu_type_converters.h"
+#include "components/mus/common/gpu_type_converters.h"
#include "ipc/ipc_channel.h"
#include "ipc/ipc_channel_handle.h"
#include "testing/gtest/include/gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698