| Index: chrome/browser/ui/browser_browsertest.cc
|
| diff --git a/chrome/browser/ui/browser_browsertest.cc b/chrome/browser/ui/browser_browsertest.cc
|
| index e9f356edd3d51fc35cea9b8a2465e9b45f0209c8..1bb83d889a0488287401844dddb1523831f77a95 100644
|
| --- a/chrome/browser/ui/browser_browsertest.cc
|
| +++ b/chrome/browser/ui/browser_browsertest.cc
|
| @@ -84,6 +84,7 @@
|
| #include "content/public/browser/interstitial_page_delegate.h"
|
| #include "content/public/browser/navigation_entry.h"
|
| #include "content/public/browser/notification_service.h"
|
| +#include "content/public/browser/reload_type.h"
|
| #include "content/public/browser/render_frame_host.h"
|
| #include "content/public/browser/render_process_host.h"
|
| #include "content/public/browser/render_view_host.h"
|
| @@ -284,7 +285,7 @@ class RenderViewSizeObserver : public content::WebContentsObserver {
|
| // is pending.
|
| void DidStartNavigationToPendingEntry(
|
| const GURL& url,
|
| - NavigationController::ReloadType reload_type) override {
|
| + content::ReloadType reload_type) override {
|
| if (wcv_resize_insets_.IsEmpty())
|
| return;
|
| // Resizing the main browser window by |wcv_resize_insets_| will
|
|
|