Index: chrome/browser/profiles/profile_window.h |
diff --git a/chrome/browser/profiles/profile_window.h b/chrome/browser/profiles/profile_window.h |
index a4ac419dcf9565de34d5dbfd1562251cccfc4f03..033357c28a1c774b39b80612d0a05a0143967515 100644 |
--- a/chrome/browser/profiles/profile_window.h |
+++ b/chrome/browser/profiles/profile_window.h |
@@ -92,8 +92,10 @@ void DisableNewProfileManagementPreview(Profile* profile); |
// Converts from modes in the avatar menu to modes understood by |
// ProfileChooserView. |
-BubbleViewMode BubbleViewModeFromAvatarBubbleMode( |
- BrowserWindow::AvatarBubbleMode mode); |
+void BubbleViewModeFromAvatarBubbleMode( |
+ BrowserWindow::AvatarBubbleMode mode, |
+ BubbleViewMode* bubble_view_mode, |
+ TutorialMode* tutorial_mode); |
} // namespace profiles |