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

Unified Diff: chrome/browser/profiles/avatar_menu_model_unittest.cc

Issue 7566050: Multi-Profiles: Change avatar menu to bubble view (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build Created 9 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 | « chrome/browser/profiles/avatar_menu_model_observer.h ('k') | chrome/browser/ui/views/avatar_menu.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/avatar_menu_model_unittest.cc
diff --git a/chrome/browser/profiles/avatar_menu_model_unittest.cc b/chrome/browser/profiles/avatar_menu_model_unittest.cc
index 2e1683da7dcda682ab773269918f35e8b75a7388..20147144dbb73d79835b4bef0c79cb3799205c95 100644
--- a/chrome/browser/profiles/avatar_menu_model_unittest.cc
+++ b/chrome/browser/profiles/avatar_menu_model_unittest.cc
@@ -57,7 +57,7 @@ class MockObserver : public AvatarMenuModelObserver {
MockObserver() : count_(0) {}
virtual ~MockObserver() {}
- virtual void OnAvatarMenuModelChanged() {
+ virtual void OnAvatarMenuModelChanged(AvatarMenuModel* avatar_menu_model) {
++count_;
}
« no previous file with comments | « chrome/browser/profiles/avatar_menu_model_observer.h ('k') | chrome/browser/ui/views/avatar_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698