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

Unified Diff: components/reporting/run_all_unittests.cc

Issue 2249213002: [OBSOLETE] Reporting: Initial implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ProfileImplIOData Created 4 years, 2 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/reporting/run_all_unittests.cc
diff --git a/ui/arc/test/run_all_unittests.cc b/components/reporting/run_all_unittests.cc
similarity index 88%
copy from ui/arc/test/run_all_unittests.cc
copy to components/reporting/run_all_unittests.cc
index 92e28e4bc2ef21acede81193f132cd22481f4a7d..387453b774d73f6e42654da5401253cdbdf3f0c1 100644
--- a/ui/arc/test/run_all_unittests.cc
+++ b/components/reporting/run_all_unittests.cc
@@ -5,12 +5,9 @@
#include "base/bind.h"
#include "base/test/launcher/unit_test_launcher.h"
#include "base/test/test_suite.h"
-#include "mojo/edk/embedder/embedder.h"
int main(int argc, char** argv) {
base::TestSuite test_suite(argc, argv);
-
- mojo::edk::Init();
return base::LaunchUnitTests(
argc, argv,
base::Bind(&base::TestSuite::Run, base::Unretained(&test_suite)));

Powered by Google App Engine
This is Rietveld 408576698