| Index: chrome/test/gpu/webgl_infobar_browsertest.cc
|
| diff --git a/chrome/test/gpu/webgl_infobar_browsertest.cc b/chrome/test/gpu/webgl_infobar_browsertest.cc
|
| index 8040cae48367aaa7c924bdb59ae846f786cc0be0..d333e079b8af05af293154f53e6cd8a349bb99be 100644
|
| --- a/chrome/test/gpu/webgl_infobar_browsertest.cc
|
| +++ b/chrome/test/gpu/webgl_infobar_browsertest.cc
|
| @@ -7,7 +7,6 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/infobars/confirm_infobar_delegate.h"
|
| -#include "chrome/browser/infobars/infobar.h"
|
| #include "chrome/browser/infobars/infobar_service.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/browser_commands.h"
|
| @@ -20,6 +19,7 @@
|
| #include "chrome/test/base/test_launcher_utils.h"
|
| #include "chrome/test/base/test_switches.h"
|
| #include "chrome/test/base/ui_test_utils.h"
|
| +#include "components/infobars/core/infobar.h"
|
| #include "content/public/browser/gpu_data_manager.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_types.h"
|
|
|