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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h
diff --git a/chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h b/chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h
index e14bea5c73967bea455114f9e00fa7f2f7679766..8c0ee79c64176ec9dbb776dce0458c28723067e9 100644
--- a/chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h
+++ b/chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h
@@ -40,7 +40,7 @@ class BookmarkBubbleSignInDelegate : public BookmarkBubbleDelegate,
Profile* profile_;
// The host desktop of |browser_|.
- chrome::HostDesktopType desktop_type_;
+ ui::HostDesktopType desktop_type_;
DISALLOW_COPY_AND_ASSIGN(BookmarkBubbleSignInDelegate);
};

Powered by Google App Engine
This is Rietveld 408576698