diff options
Diffstat (limited to 'chrome/views/throbber.cc')
-rw-r--r-- | chrome/views/throbber.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/throbber.cc b/chrome/views/throbber.cc index f848fba..7a82277 100644 --- a/chrome/views/throbber.cc +++ b/chrome/views/throbber.cc @@ -10,7 +10,7 @@ #include "chrome/common/resource_bundle.h" #include "skia/include/SkBitmap.h" -namespace ChromeViews { +namespace views { Throbber::Throbber(int frame_time_ms, bool paint_while_stopped) @@ -178,5 +178,5 @@ void CheckmarkThrobber::InitClass() { // static SkBitmap* CheckmarkThrobber::checkmark_ = NULL; -} // namespace ChromeViews +} // namespace views |