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

Unified Diff: chrome/test/run_all_unittests_chrome.cc

Issue 2364173002: Add app_list_presenterr pointer in app_list_presenter_delegate_mus to use dismiss function (Closed)
Patch Set: remove unnecessary includes 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/test/unittests_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/run_all_unittests_chrome.cc
diff --git a/ui/views/mus/run_all_unittests_mus.cc b/chrome/test/run_all_unittests_chrome.cc
similarity index 67%
copy from ui/views/mus/run_all_unittests_mus.cc
copy to chrome/test/run_all_unittests_chrome.cc
index 05e4f0c82a2770200a1878c6c3d1f62fe7206028..7468979f3cdb351cbbe6fbae68b804bacee41fdf 100644
--- a/ui/views/mus/run_all_unittests_mus.cc
+++ b/chrome/test/run_all_unittests_chrome.cc
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/views/mus/views_mus_test_suite.h"
+#include "views_chrome_test_suite.h"
int MasterProcessMain(int argc, char** argv) {
- return views::ViewsMusTestSuite(argc, argv).RunTests();
+ return views::ViewsChromeTestSuite(argc, argv).RunTests();
}
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/test/unittests_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698