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

Unified Diff: chrome/browser/ui/app_list/chrome_app_list_unit_tests.cc

Issue 23684003: Introduce FastShowPickler which will be used for app list cold start. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: respond to comments Created 7 years, 4 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: chrome/browser/ui/app_list/chrome_app_list_unit_tests.cc
diff --git a/chrome/browser/ui/autofill/autofill_dialog_models_unittest.cc b/chrome/browser/ui/app_list/chrome_app_list_unit_tests.cc
similarity index 57%
copy from chrome/browser/ui/autofill/autofill_dialog_models_unittest.cc
copy to chrome/browser/ui/app_list/chrome_app_list_unit_tests.cc
index b9a90dea36a0e3f01156591ab2cee4e0cd1f1a3f..70a1bcc73557ea3bdbcb8a1d9daf0fdd804e95b8 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_models_unittest.cc
+++ b/chrome/browser/ui/app_list/chrome_app_list_unit_tests.cc
@@ -2,10 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/autofill/autofill_dialog_models.h"
-#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace autofill {
-
-} // namespace autofill
+int main(int argc, char** argv) {
+ ::testing::InitGoogleTest(&argc, argv);
+ return RUN_ALL_TESTS();
+}
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/fast_show_pickler.h » ('j') | chrome/browser/ui/app_list/fast_show_pickler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698