Index: views/controls/scrollbar/native_scroll_bar_wrapper.h |
diff --git a/views/controls/scrollbar/native_scroll_bar_wrapper.h b/views/controls/scrollbar/native_scroll_bar_wrapper.h |
index 78126acc75b27f14e7d74fade0ab23a97ff5de52..fb92c3d5afc1f0b56b5bb4f6351ba6900b871f44 100644 |
--- a/views/controls/scrollbar/native_scroll_bar_wrapper.h |
+++ b/views/controls/scrollbar/native_scroll_bar_wrapper.h |
@@ -1,6 +1,6 @@ |
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this |
-// source code is governed by a BSD-style license that can be found in the |
-// LICENSE file. |
+// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
#ifndef VIEWS_CONTROLS_NATIVE_SCROLL_BAR_WRAPPER_H_ |
#define VIEWS_CONTROLS_NATIVE_SCROLL_BAR_WRAPPER_H_ |
@@ -19,9 +19,7 @@ class NativeScrollBarWrapper { |
// Updates the scroll bar appearance given a viewport size, content size and |
// current position. |
- virtual void Update(int viewport_size, |
- int content_size, |
- int current_pos) = 0; |
+ virtual void Update(int viewport_size, int content_size, int current_pos) = 0; |
// Retrieves the views::View that hosts the native control. |
virtual View* GetView() = 0; |
@@ -40,4 +38,3 @@ class NativeScrollBarWrapper { |
} // namespace views |
#endif // VIEWS_CONTROLS_NATIVE_SCROLL_BAR_WRAPPER_H_ |
- |