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

Unified Diff: ui/app_list/test/run_all_unittests.cc

Issue 10533032: cleanup: Remove applist v1 code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 | « ui/app_list/test/app_list_test_suite.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/test/run_all_unittests.cc
diff --git a/ui/app_list/run_all_unittests.cc b/ui/app_list/test/run_all_unittests.cc
similarity index 65%
rename from ui/app_list/run_all_unittests.cc
rename to ui/app_list/test/run_all_unittests.cc
index 2c8d29c6d00885e8e8c27f74a105e94cb5c96fa4..d4e94e01d3e598f5bd024a550ff529315eff63e7 100644
--- a/ui/app_list/run_all_unittests.cc
+++ b/ui/app_list/test/run_all_unittests.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 "base/test/test_suite.h"
+#include "ui/app_list/test/app_list_test_suite.h"
int main(int argc, char** argv) {
- return base::TestSuite(argc, argv).Run();
+ return app_list::test::AppListTestSuite(argc, argv).Run();
}
« no previous file with comments | « ui/app_list/test/app_list_test_suite.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698