Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / ash / tab_scrubber.cc
index 49ef35a..cfff2b8 100644 (file)
@@ -274,7 +274,7 @@ void TabScrubber::FinishScrub(bool activate) {
       int distance =
           std::abs(
               highlighted_tab_ - browser_->tab_strip_model()->active_index());
-      UMA_HISTOGRAM_CUSTOM_COUNTS("Tabs.ScrubDistance", distance, 0, 20, 20);
+      UMA_HISTOGRAM_CUSTOM_COUNTS("Tabs.ScrubDistance", distance, 0, 20, 21);
       browser_->tab_strip_model()->ActivateTabAt(highlighted_tab_, true);
     }
     tab_strip->RemoveObserver(this);