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..8d9242a8a3897aaf447533347a137ea153b27be2 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 |
@@ -45,7 +45,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 { |