diff options
Diffstat (limited to 'chrome/views/throbber.cc')
-rw-r--r-- | chrome/views/throbber.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/throbber.cc b/chrome/views/throbber.cc index 4b01198..1f80ff4 100644 --- a/chrome/views/throbber.cc +++ b/chrome/views/throbber.cc @@ -5,10 +5,10 @@ #include "chrome/views/throbber.h" #include "base/time.h" -#include "grit/theme_resources.h" #include "chrome/common/gfx/chrome_canvas.h" #include "chrome/common/logging_chrome.h" #include "chrome/common/resource_bundle.h" +#include "grit/theme_resources.h" #include "skia/include/SkBitmap.h" using base::Time; |