| Index: chrome/browser/content_settings/permission_queue_controller_unittest.cc
|
| diff --git a/chrome/browser/content_settings/permission_queue_controller_unittest.cc b/chrome/browser/content_settings/permission_queue_controller_unittest.cc
|
| index d21cd9b2f765d6a39ee01b6fa853c2e0813309e4..fb2db995edc19baee497503483fb027e958e58d8 100644
|
| --- a/chrome/browser/content_settings/permission_queue_controller_unittest.cc
|
| +++ b/chrome/browser/content_settings/permission_queue_controller_unittest.cc
|
| @@ -11,6 +11,7 @@
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "components/content_settings/core/common/content_settings_types.h"
|
| #include "components/content_settings/core/common/permission_request_id.h"
|
| +#include "components/infobars/test/test_confirm_infobar_delegate_factory.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/test/mock_render_process_host.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -38,6 +39,8 @@ class PermissionQueueControllerTests : public ChromeRenderViewHostTestHarness {
|
| InfoBarService::CreateForWebContents(web_contents());
|
| }
|
|
|
| + TestConfirmInfoBarDelegateFactory confirm_info_bar_delegate_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(PermissionQueueControllerTests);
|
| };
|
|
|
|
|