| 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 3d27884d7330144eeab9ae671001f9bc4759cd3f..ad30bbfa3a4105ab4647ed3050dec8cc628a4b49 100644
 | 
| --- a/chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h
 | 
| +++ b/chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h
 | 
| @@ -8,7 +8,6 @@
 | 
|  #include "base/compiler_specific.h"
 | 
|  #include "base/macros.h"
 | 
|  #include "chrome/browser/ui/browser_list_observer.h"
 | 
| -#include "chrome/browser/ui/host_desktop.h"
 | 
|  #include "chrome/browser/ui/sync/bubble_sync_promo_delegate.h"
 | 
|  
 | 
|  class Browser;
 | 
| @@ -39,9 +38,6 @@ class BookmarkBubbleSignInDelegate : public BubbleSyncPromoDelegate,
 | 
|    // The profile associated with |browser_|.
 | 
|    Profile* profile_;
 | 
|  
 | 
| -  // The host desktop of |browser_|.
 | 
| -  chrome::HostDesktopType desktop_type_;
 | 
| -
 | 
|    DISALLOW_COPY_AND_ASSIGN(BookmarkBubbleSignInDelegate);
 | 
|  };
 | 
|  
 | 
| 
 |