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

Unified Diff: chrome/browser/ui/views/location_bar/star_view_browsertest.cc

Issue 136643006: Clean up some ifdefs around Win Aura. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 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/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:
« no previous file with comments | « chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ('k') | chrome/browser/ui/views/simple_message_box_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698