Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: views/controls/scrollbar/native_scroll_bar_wrapper.h

Issue 3017036: views: Fix bad license headers found in some files (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: revert vertical whitespace Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/controls/native_control_win.h ('k') | views/controls/slider/native_slider_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
-
« no previous file with comments | « views/controls/native_control_win.h ('k') | views/controls/slider/native_slider_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698