Index: chrome/browser/ui/views/accessibility/invert_bubble_view.cc |
diff --git a/chrome/browser/ui/views/accessibility/invert_bubble_view.cc b/chrome/browser/ui/views/accessibility/invert_bubble_view.cc |
index 07b7f26f04c1404ceda80a44436476de21d8f2db..151b8b8fc4d47aae387cd761986c0a18d56d4df9 100644 |
--- a/chrome/browser/ui/views/accessibility/invert_bubble_view.cc |
+++ b/chrome/browser/ui/views/accessibility/invert_bubble_view.cc |
@@ -15,6 +15,7 @@ |
#include "ui/base/l10n/l10n_util.h" |
#include "ui/base/resource/resource_bundle.h" |
#include "ui/base/window_open_disposition.h" |
+#include "ui/gfx/sys_color_change_listener.h" |
Evan Stade
2014/04/22 17:43:44
why is this needed?
msw
2014/04/22 19:48:58
For gfx::IsInvertedColorScheme, perhaps not an ide
|
#include "ui/views/bubble/bubble_delegate.h" |
#include "ui/views/controls/label.h" |
#include "ui/views/controls/link.h" |