Chromium Code Reviews| Index: chrome/browser/extensions/api/system_info/system_info_api.cc |
| diff --git a/chrome/browser/extensions/api/system_info/system_info_api.cc b/chrome/browser/extensions/api/system_info/system_info_api.cc |
| index 274468b54ac0a735f8339a3c4c426650af9c52de..02dbf645af0c25f4086fd3c4fe16097bbe3ee7f0 100644 |
| --- a/chrome/browser/extensions/api/system_info/system_info_api.cc |
| +++ b/chrome/browser/extensions/api/system_info/system_info_api.cc |
| @@ -23,8 +23,8 @@ |
| #include "ui/gfx/display_observer.h" |
| #if defined(USE_ASH) |
| -#include "ash/screen_ash.h" |
| #include "ash/shell.h" |
| +#include "ui/gfx/screen.h" |
| #endif |
| namespace extensions { |