| Index: chrome/browser/ui/sync/one_click_signin_sync_observer_unittest.cc
|
| diff --git a/chrome/browser/ui/sync/one_click_signin_sync_observer_unittest.cc b/chrome/browser/ui/sync/one_click_signin_sync_observer_unittest.cc
|
| index f4df074dbb91c8981dd6dbebf89f5b7ad15a32a0..8f19863e0f73dcf0f4930723a8a63b9dacd2e1a5 100644
|
| --- a/chrome/browser/ui/sync/one_click_signin_sync_observer_unittest.cc
|
| +++ b/chrome/browser/ui/sync/one_click_signin_sync_observer_unittest.cc
|
| @@ -22,6 +22,7 @@
|
| #include "components/browser_sync/browser/test_profile_sync_service.h"
|
| #include "components/signin/core/browser/signin_manager.h"
|
| #include "components/sync/driver/startup_controller.h"
|
| +#include "content/public/browser/reload_type.h"
|
| #include "content/public/browser/render_frame_host.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/test/test_utils.h"
|
| @@ -45,7 +46,7 @@ class MockWebContentsObserver : public content::WebContentsObserver {
|
| // navigation start is a sufficient signal for the purposes of this test.
|
| // Listening for this call also has the advantage of being synchronous.
|
| MOCK_METHOD2(DidStartNavigationToPendingEntry,
|
| - void(const GURL&, content::NavigationController::ReloadType));
|
| + void(const GURL&, content::ReloadType));
|
| };
|
|
|
| class OneClickTestProfileSyncService : public TestProfileSyncService {
|
|
|