Index: chrome/browser/ui/browser_navigator_params.h |
diff --git a/chrome/browser/ui/browser_navigator_params.h b/chrome/browser/ui/browser_navigator_params.h |
index 4374bcdda22b8b2cc8403ad26b43b7f099ebd1c6..9e3382234bf0e5e5f4c9e9c08fe6a18f5d1a9a00 100644 |
--- a/chrome/browser/ui/browser_navigator_params.h |
+++ b/chrome/browser/ui/browser_navigator_params.h |
@@ -56,8 +56,7 @@ namespace chrome { |
struct NavigateParams { |
#if defined(OS_ANDROID) |
explicit NavigateParams(content::WebContents* a_target_contents); |
-#endif |
-#if !defined(OS_ANDROID) || defined(USE_AURA) |
+#else |
NavigateParams(Browser* browser, |
const GURL& a_url, |
ui::PageTransition a_transition); |
@@ -207,7 +206,7 @@ struct NavigateParams { |
// Default is IGNORE. |
RefBehavior ref_behavior; |
-#if !defined(OS_ANDROID) || defined(USE_AURA) |
+#if !defined(OS_ANDROID) |
// [in] Specifies a Browser object where the navigation could occur or the |
// tab could be added. Navigate() is not obliged to use this Browser if |
// it is not compatible with the operation being performed. This can be |