diff options
Diffstat (limited to 'chrome/views/repeat_controller.cc')
-rw-r--r-- | chrome/views/repeat_controller.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/repeat_controller.cc b/chrome/views/repeat_controller.cc index 96aa923..d6a9ac4 100644 --- a/chrome/views/repeat_controller.cc +++ b/chrome/views/repeat_controller.cc @@ -4,7 +4,7 @@ #include "chrome/views/repeat_controller.h" -namespace ChromeViews { +namespace views { // The delay before the first and then subsequent repeats. Values taken from // XUL code: http://mxr.mozilla.org/seamonkey/source/layout/xul/base/src/nsRepeatService.cpp#52 @@ -40,4 +40,4 @@ void RepeatController::Run() { callback_->Run(); } -} // namespace ChromeViews +} // namespace views |