| Index: chrome/browser/ui/views/location_bar/star_view_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/location_bar/star_view_browsertest.cc (revision 248569)
|
| +++ chrome/browser/ui/views/location_bar/star_view_browsertest.cc (working copy)
|
| @@ -19,7 +19,7 @@
|
| #include "content/public/test/test_utils.h"
|
| #include "ui/base/ui_base_switches.h"
|
|
|
| -#if defined(OS_WIN) && defined(USE_AURA)
|
| +#if defined(OS_WIN)
|
| #include "content/public/browser/web_contents_view.h"
|
| #include "ui/aura/root_window.h"
|
| #include "ui/aura/window.h"
|
| @@ -67,7 +67,7 @@
|
| EXPECT_FALSE(BookmarkBubbleView::IsShowing());
|
| }
|
|
|
| -#if defined(OS_WIN) && defined(USE_AURA)
|
| +#if defined(OS_WIN)
|
|
|
| class StarViewTestNoDWM : public InProcessBrowserTest {
|
| public:
|
|
|