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

Side by Side Diff: chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h

Issue 1336823003: Move chrome::HostDesktopType to ui::HostDesktopType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base_session_service_delegate_impl
Patch Set: Fix build on Mac and CrOS Created 5 years, 3 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_BOOKMARKS_BOOKMARK_BUBBLE_SIGN_IN_DELEGATE_H_ 5 #ifndef CHROME_BROWSER_UI_BOOKMARKS_BOOKMARK_BUBBLE_SIGN_IN_DELEGATE_H_
6 #define CHROME_BROWSER_UI_BOOKMARKS_BOOKMARK_BUBBLE_SIGN_IN_DELEGATE_H_ 6 #define CHROME_BROWSER_UI_BOOKMARKS_BOOKMARK_BUBBLE_SIGN_IN_DELEGATE_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "chrome/browser/ui/bookmarks/bookmark_bubble_delegate.h" 10 #include "chrome/browser/ui/bookmarks/bookmark_bubble_delegate.h"
(...skipping 22 matching lines...) Expand all
33 // Makes sure |browser_| points to a valid browser. 33 // Makes sure |browser_| points to a valid browser.
34 void EnsureBrowser(); 34 void EnsureBrowser();
35 35
36 // The browser in which the sign in page must be loaded. 36 // The browser in which the sign in page must be loaded.
37 Browser* browser_; 37 Browser* browser_;
38 38
39 // The profile associated with |browser_|. 39 // The profile associated with |browser_|.
40 Profile* profile_; 40 Profile* profile_;
41 41
42 // The host desktop of |browser_|. 42 // The host desktop of |browser_|.
43 chrome::HostDesktopType desktop_type_; 43 ui::HostDesktopType desktop_type_;
44 44
45 DISALLOW_COPY_AND_ASSIGN(BookmarkBubbleSignInDelegate); 45 DISALLOW_COPY_AND_ASSIGN(BookmarkBubbleSignInDelegate);
46 }; 46 };
47 47
48 #endif // CHROME_BROWSER_UI_BOOKMARKS_BOOKMARK_BUBBLE_SIGN_IN_DELEGATE_H_ 48 #endif // CHROME_BROWSER_UI_BOOKMARKS_BOOKMARK_BUBBLE_SIGN_IN_DELEGATE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698