diff options
Diffstat (limited to 'views/controls/throbber.cc')
-rw-r--r-- | views/controls/throbber.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/throbber.cc b/views/controls/throbber.cc index 2a4e324..e15fcb3 100644 --- a/views/controls/throbber.cc +++ b/views/controls/throbber.cc @@ -7,7 +7,7 @@ #include "app/gfx/canvas.h" #include "app/resource_bundle.h" #include "base/time.h" -#include "grit/app_resources.h" +#include "grit/theme_resources.h" #include "third_party/skia/include/core/SkBitmap.h" using base::Time; |