| Index: components/google/core/browser/google_url_tracker_unittest.cc
|
| diff --git a/components/google/core/browser/google_url_tracker_unittest.cc b/components/google/core/browser/google_url_tracker_unittest.cc
|
| index 675fc3deaa67395917fb63f3f4d976fef8c1dc4f..e7a3e5d3c5c9e861a4a688959bd8ab3d7c6a67c3 100644
|
| --- a/components/google/core/browser/google_url_tracker_unittest.cc
|
| +++ b/components/google/core/browser/google_url_tracker_unittest.cc
|
| @@ -18,6 +18,7 @@
|
| #include "components/google/core/browser/google_url_tracker_navigation_helper.h"
|
| #include "components/infobars/core/infobar.h"
|
| #include "components/infobars/core/infobar_delegate.h"
|
| +#include "components/infobars/test/test_confirm_infobar_delegate_factory.h"
|
| #include "net/url_request/test_url_fetcher_factory.h"
|
| #include "net/url_request/url_fetcher.h"
|
| #include "net/url_request/url_request_test_util.h"
|
| @@ -248,6 +249,7 @@ class GoogleURLTrackerTest : public testing::Test {
|
| private:
|
| base::MessageLoop message_loop_;
|
| TestingPrefServiceSimple prefs_;
|
| + TestConfirmInfoBarDelegateFactory confirm_info_bar_delegate_factory_;
|
|
|
| // Creating this allows us to call
|
| // net::NetworkChangeNotifier::NotifyObserversOfNetworkChangeForTests().
|
|
|