summaryrefslogtreecommitdiffstats
path: root/views/controls/throbber.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/throbber.cc')
-rw-r--r--views/controls/throbber.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/throbber.cc b/views/controls/throbber.cc
index ee49d06..4a3e17e 100644
--- a/views/controls/throbber.cc
+++ b/views/controls/throbber.cc
@@ -4,11 +4,11 @@
#include "views/controls/throbber.h"
-#include "app/resource_bundle.h"
#include "base/time.h"
#include "gfx/canvas.h"
#include "grit/app_resources.h"
#include "third_party/skia/include/core/SkBitmap.h"
+#include "ui/base/resource/resource_bundle.h"
using base::Time;
using base::TimeDelta;