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

Unified Diff: ui/app_list/app_list_view_delegate.cc

Issue 63283003: Move AppListModel::Users to AppListViewDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mac fixes Created 7 years, 1 month 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/app_list_view_delegate.h ('k') | ui/app_list/cocoa/app_list_view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_view_delegate.cc
diff --git a/ui/app_list/signin_delegate.cc b/ui/app_list/app_list_view_delegate.cc
similarity index 55%
copy from ui/app_list/signin_delegate.cc
copy to ui/app_list/app_list_view_delegate.cc
index b0dd7e6759015c2a77efcc6c72c3392fe2b06dad..2156cf5065e9a246ba06b6467068b308987f44ce 100644
--- a/ui/app_list/signin_delegate.cc
+++ b/ui/app_list/app_list_view_delegate.cc
@@ -2,12 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/app_list/signin_delegate.h"
+#include "ui/app_list/app_list_view_delegate.h"
namespace app_list {
-SigninDelegate::SigninDelegate() {}
+AppListViewDelegate::User::User() : active(false) {
+}
-SigninDelegate::~SigninDelegate() {}
+AppListViewDelegate::User::~User() {
+}
-} // namespace app_list
+} // app_list
« no previous file with comments | « ui/app_list/app_list_view_delegate.h ('k') | ui/app_list/cocoa/app_list_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698