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

Unified Diff: services/preferences/public/cpp/tests/run_all_unittests.cc

Issue 2092453002: Mojom interface for Preferences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Review Comments Created 4 years, 5 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: services/preferences/public/cpp/tests/run_all_unittests.cc
diff --git a/ui/arc/test/run_all_unittests.cc b/services/preferences/public/cpp/tests/run_all_unittests.cc
similarity index 99%
copy from ui/arc/test/run_all_unittests.cc
copy to services/preferences/public/cpp/tests/run_all_unittests.cc
index 92e28e4bc2ef21acede81193f132cd22481f4a7d..ab0072ae3589ab804ee7e1aa6eaa172cb9b8f3ee 100644
--- a/ui/arc/test/run_all_unittests.cc
+++ b/services/preferences/public/cpp/tests/run_all_unittests.cc
@@ -9,7 +9,6 @@
int main(int argc, char** argv) {
base::TestSuite test_suite(argc, argv);
-
mojo::edk::Init();
return base::LaunchUnitTests(
argc, argv,

Powered by Google App Engine
This is Rietveld 408576698