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

Unified Diff: ui/app_list/test/app_list_test_model.h

Issue 22268009: Move signin status and current user information into AppListModel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « ui/app_list/cocoa/current_user_menu_item_view.mm ('k') | ui/app_list/test/app_list_test_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/test/app_list_test_model.h
diff --git a/ui/app_list/test/app_list_test_model.h b/ui/app_list/test/app_list_test_model.h
index 75fabf54f6d3acf316068ff961746039aba09ee1..b918bcf6180d3b1782e4b28f2a7e2e2ab745ba3e 100644
--- a/ui/app_list/test/app_list_test_model.h
+++ b/ui/app_list/test/app_list_test_model.h
@@ -18,7 +18,7 @@ namespace test {
// Extends AppListModel with helper functions for use in tests.
class AppListTestModel : public AppListModel {
public:
- AppListTestModel() {}
+ AppListTestModel();
// Populate the model with |n| items titled "Item #".
void PopulateApps(int n);
« no previous file with comments | « ui/app_list/cocoa/current_user_menu_item_view.mm ('k') | ui/app_list/test/app_list_test_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698