| Index: chrome/browser/ui/views/frame/browser_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
|
| index c5f47c4c86ed22ec0fcbb5ff9ce6b566a79e45c9..92e8c57e328c4d5a9cecc80ea883326e58c0ca1d 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -629,7 +629,7 @@ class BrowserView : public BrowserBubbleHost,
|
| // The Bookmark Bar View for this window. Lazily created.
|
| scoped_ptr<BookmarkBarView> bookmark_bar_view_;
|
|
|
| -#if !defined(OS_CHROMEOS)
|
| +#if !defined(OS_CHROMEOS) || defined(USE_AURA)
|
| // The download shelf view (view at the bottom of the page). ChromiumOS
|
| // uses ActiveDownloadsUI instead.
|
| scoped_ptr<DownloadShelfView> download_shelf_;
|
|
|