diff options
Diffstat (limited to 'chrome/views')
85 files changed, 0 insertions, 87 deletions
diff --git a/chrome/views/accelerator.cc b/chrome/views/accelerator.cc index 1a70c44..9bbda74 100644 --- a/chrome/views/accelerator.cc +++ b/chrome/views/accelerator.cc @@ -128,4 +128,3 @@ std::wstring Accelerator::GetShortcutText() const { } } // namespace views - diff --git a/chrome/views/accelerator.h b/chrome/views/accelerator.h index 44f0acf..867423c 100644 --- a/chrome/views/accelerator.h +++ b/chrome/views/accelerator.h @@ -95,4 +95,3 @@ class AcceleratorTarget { } #endif // CHROME_VIEWS_ACCELERATOR_H_ - diff --git a/chrome/views/accelerator_handler.h b/chrome/views/accelerator_handler.h index b836240..f71be26 100644 --- a/chrome/views/accelerator_handler.h +++ b/chrome/views/accelerator_handler.h @@ -28,4 +28,3 @@ class AcceleratorHandler : public MessageLoopForUI::Dispatcher { } // namespace views #endif // CHROME_VIEWS_ACCELERATOR_HANDLER_H__ - diff --git a/chrome/views/accessibility/accessible_wrapper.cc b/chrome/views/accessibility/accessible_wrapper.cc index 1774556..fd51586 100644 --- a/chrome/views/accessibility/accessible_wrapper.cc +++ b/chrome/views/accessibility/accessible_wrapper.cc @@ -76,4 +76,3 @@ STDMETHODIMP AccessibleWrapper::SetInstance(IAccessible* interface_ptr) { return S_OK; } - diff --git a/chrome/views/accessibility/accessible_wrapper.h b/chrome/views/accessibility/accessible_wrapper.h index 2785dfe4..0f335d5 100644 --- a/chrome/views/accessibility/accessible_wrapper.h +++ b/chrome/views/accessibility/accessible_wrapper.h @@ -53,4 +53,3 @@ class AccessibleWrapper { }; #endif // CHROME_VIEWS_ACCESSIBILITY_ACCESSIBLE_WRAPPER_H_ - diff --git a/chrome/views/accessibility/view_accessibility.cc b/chrome/views/accessibility/view_accessibility.cc index 370d407..555009e 100644 --- a/chrome/views/accessibility/view_accessibility.cc +++ b/chrome/views/accessibility/view_accessibility.cc @@ -658,5 +658,3 @@ STDMETHODIMP ViewAccessibility::put_accValue(VARIANT var_id, BSTR put_val) { // Deprecated. return DISP_E_MEMBERNOTFOUND; } - - diff --git a/chrome/views/accessibility/view_accessibility.h b/chrome/views/accessibility/view_accessibility.h index d61ab47..f5f9a9b 100644 --- a/chrome/views/accessibility/view_accessibility.h +++ b/chrome/views/accessibility/view_accessibility.h @@ -127,5 +127,3 @@ class ATL_NO_VTABLE ViewAccessibility DISALLOW_EVIL_CONSTRUCTORS(ViewAccessibility); }; #endif // CHROME_VIEWS_ACCESSIBILITY_VIEW_ACCESSIBILITY_H__ - - diff --git a/chrome/views/aero_tooltip_manager.cc b/chrome/views/aero_tooltip_manager.cc index 196cc0a..f412d6b 100644 --- a/chrome/views/aero_tooltip_manager.cc +++ b/chrome/views/aero_tooltip_manager.cc @@ -123,4 +123,3 @@ void AeroTooltipManager::InitialTimer::Execute() { } } // namespace views - diff --git a/chrome/views/aero_tooltip_manager.h b/chrome/views/aero_tooltip_manager.h index 7635904..43d5423 100644 --- a/chrome/views/aero_tooltip_manager.h +++ b/chrome/views/aero_tooltip_manager.h @@ -55,4 +55,3 @@ class AeroTooltipManager : public TooltipManager { } // namespace views #endif // #ifndef CHROME_VIEWS_AERO_TOOLTIP_MANAGER_H__ - diff --git a/chrome/views/app_modal_dialog_delegate.h b/chrome/views/app_modal_dialog_delegate.h index b8fefb4..399b593 100644 --- a/chrome/views/app_modal_dialog_delegate.h +++ b/chrome/views/app_modal_dialog_delegate.h @@ -22,4 +22,3 @@ class AppModalDialogDelegate : public DialogDelegate { } // namespace views #endif // #ifndef CHROME_VIEWS_APP_MODAL_DIALOG_DELEGATE_H__ - diff --git a/chrome/views/background.cc b/chrome/views/background.cc index 056e511..3a7d8fc 100644 --- a/chrome/views/background.cc +++ b/chrome/views/background.cc @@ -111,4 +111,3 @@ Background* Background::CreateBackgroundPainter(bool owns_painter, } } // namespace views - diff --git a/chrome/views/background.h b/chrome/views/background.h index 1169dac..7126720 100644 --- a/chrome/views/background.h +++ b/chrome/views/background.h @@ -89,4 +89,3 @@ class Background { } // namespace views #endif // CHROME_VIEWS_BACKGROUND_H__ - diff --git a/chrome/views/base_button.cc b/chrome/views/base_button.cc index bea0c2f..26b123f 100644 --- a/chrome/views/base_button.cc +++ b/chrome/views/base_button.cc @@ -314,4 +314,3 @@ void BaseButton::Paint(ChromeCanvas* canvas, bool for_drag) { } } // namespace views - diff --git a/chrome/views/bitmap_scroll_bar.cc b/chrome/views/bitmap_scroll_bar.cc index 6239fc0..d919dc8 100644 --- a/chrome/views/bitmap_scroll_bar.cc +++ b/chrome/views/bitmap_scroll_bar.cc @@ -701,4 +701,3 @@ void BitmapScrollBar::SetThumbTrackState(BaseButton::ButtonState state) { } } // namespace views - diff --git a/chrome/views/bitmap_scroll_bar.h b/chrome/views/bitmap_scroll_bar.h index 499286c..71e079d 100644 --- a/chrome/views/bitmap_scroll_bar.h +++ b/chrome/views/bitmap_scroll_bar.h @@ -183,4 +183,3 @@ class BitmapScrollBar : public ScrollBar, } // namespace views #endif // #ifndef CHROME_VIEWS_BITMAP_SCROLL_BAR_H__ - diff --git a/chrome/views/border.cc b/chrome/views/border.cc index b454c47..4be943f 100644 --- a/chrome/views/border.cc +++ b/chrome/views/border.cc @@ -104,4 +104,3 @@ Border* Border::CreateEmptyBorder(int top, int left, int bottom, int right) { } } // namespace views - diff --git a/chrome/views/button.cc b/chrome/views/button.cc index 3c675d5..0093927 100644 --- a/chrome/views/button.cc +++ b/chrome/views/button.cc @@ -199,4 +199,3 @@ void ToggleButton::SetToggledTooltipText(const std::wstring& tooltip) { } } // namespace views - diff --git a/chrome/views/checkbox.cc b/chrome/views/checkbox.cc index 45895bd..813e383 100644 --- a/chrome/views/checkbox.cc +++ b/chrome/views/checkbox.cc @@ -179,4 +179,3 @@ void CheckBox::OnMouseReleased(const MouseEvent& event, } } // namespace views - diff --git a/chrome/views/checkbox.h b/chrome/views/checkbox.h index d72041a..b85e5cd 100644 --- a/chrome/views/checkbox.h +++ b/chrome/views/checkbox.h @@ -83,4 +83,3 @@ class CheckBox : public NativeButton { } // namespace views #endif // CHROME_VIEWS_NATIVE_CHECKBOX_H__ - diff --git a/chrome/views/combo_box.cc b/chrome/views/combo_box.cc index 87d1592..49b1d0f 100644 --- a/chrome/views/combo_box.cc +++ b/chrome/views/combo_box.cc @@ -164,4 +164,3 @@ int ComboBox::GetSelectedItem() { } } // namespace views - diff --git a/chrome/views/combo_box.h b/chrome/views/combo_box.h index c4ec53b..0e896f8 100644 --- a/chrome/views/combo_box.h +++ b/chrome/views/combo_box.h @@ -77,4 +77,3 @@ class ComboBox : public NativeControl { } // namespace views #endif // CHROME_VIEWS_COMBO_BOX_H__ - diff --git a/chrome/views/controller.h b/chrome/views/controller.h index edd9a1c..4736797 100644 --- a/chrome/views/controller.h +++ b/chrome/views/controller.h @@ -31,4 +31,3 @@ class Controller { }; #endif // CHROME_VIEWS_CONTROLLER_H_ - diff --git a/chrome/views/custom_frame_view.cc b/chrome/views/custom_frame_view.cc index 54303f6..316d7a4 100644 --- a/chrome/views/custom_frame_view.cc +++ b/chrome/views/custom_frame_view.cc @@ -695,4 +695,3 @@ void CustomFrameView::InitClass() { } } // namespace views - diff --git a/chrome/views/custom_frame_view.h b/chrome/views/custom_frame_view.h index 0a34f2d..db366a9 100644 --- a/chrome/views/custom_frame_view.h +++ b/chrome/views/custom_frame_view.h @@ -120,4 +120,3 @@ class CustomFrameView : public NonClientFrameView, } // namespace views #endif // #ifndef CHROME_VIEWS_CUSTOM_FRAME_VIEW_H_ - diff --git a/chrome/views/decision.cc b/chrome/views/decision.cc index a2b430c..cbbea49 100644 --- a/chrome/views/decision.cc +++ b/chrome/views/decision.cc @@ -150,4 +150,3 @@ void Option::ButtonPressed(NativeButton* sender) { } } // namespace views - diff --git a/chrome/views/decision.h b/chrome/views/decision.h index 437b4a5..8eeb9a0 100644 --- a/chrome/views/decision.h +++ b/chrome/views/decision.h @@ -59,4 +59,3 @@ class Decision : public View { } // namespace views #endif // CHROME_VIEWS_DECISION_H__ - diff --git a/chrome/views/dialog_client_view.cc b/chrome/views/dialog_client_view.cc index c32b17c..3908c00 100644 --- a/chrome/views/dialog_client_view.cc +++ b/chrome/views/dialog_client_view.cc @@ -432,4 +432,3 @@ void DialogClientView::InitClass() { } } // namespace views - diff --git a/chrome/views/dialog_client_view.h b/chrome/views/dialog_client_view.h index 52862fb..e8bbdc2 100644 --- a/chrome/views/dialog_client_view.h +++ b/chrome/views/dialog_client_view.h @@ -120,4 +120,3 @@ class DialogClientView : public ClientView, } // namespace views #endif // #ifndef CHROME_VIEWS_DIALOG_CLIENT_VIEW_H_ - diff --git a/chrome/views/dialog_delegate.cc b/chrome/views/dialog_delegate.cc index 42aaafc..8c29c13 100644 --- a/chrome/views/dialog_delegate.cc +++ b/chrome/views/dialog_delegate.cc @@ -50,4 +50,3 @@ DialogClientView* DialogDelegate::GetDialogClientView() const { } } // namespace views - diff --git a/chrome/views/event.cc b/chrome/views/event.cc index 03bde10..5a3d42b 100644 --- a/chrome/views/event.cc +++ b/chrome/views/event.cc @@ -95,4 +95,3 @@ bool KeyEvent::IsExtendedKey() const { } } // namespace views - diff --git a/chrome/views/event.h b/chrome/views/event.h index 35ebfbe..29d76a8 100644 --- a/chrome/views/event.h +++ b/chrome/views/event.h @@ -307,4 +307,3 @@ class DropTargetEvent : public LocatedEvent { } // namespace views #endif // CHROME_VIEWS_EVENT_H__ - diff --git a/chrome/views/external_focus_tracker.cc b/chrome/views/external_focus_tracker.cc index 19a5e7e..088693a 100644 --- a/chrome/views/external_focus_tracker.cc +++ b/chrome/views/external_focus_tracker.cc @@ -63,4 +63,3 @@ void ExternalFocusTracker::StartTracking() { } } // namespace views - diff --git a/chrome/views/external_focus_tracker.h b/chrome/views/external_focus_tracker.h index 8b4dc1e..68ae265 100644 --- a/chrome/views/external_focus_tracker.h +++ b/chrome/views/external_focus_tracker.h @@ -74,4 +74,3 @@ class ExternalFocusTracker : public FocusChangeListener { } // namespace views #endif // CHROME_BROWSER_VIEWS_EXTERNAL_FOCUS_TRACKER_H__ - diff --git a/chrome/views/focus_manager_unittest.cc b/chrome/views/focus_manager_unittest.cc index edbb403..1207bbb 100644 --- a/chrome/views/focus_manager_unittest.cc +++ b/chrome/views/focus_manager_unittest.cc @@ -664,4 +664,3 @@ TEST_F(FocusManagerTest, TraversalWithNonEnabledViews) { } } - diff --git a/chrome/views/grid_layout.cc b/chrome/views/grid_layout.cc index 95a3a86..fe4a0f3 100644 --- a/chrome/views/grid_layout.cc +++ b/chrome/views/grid_layout.cc @@ -1011,4 +1011,3 @@ ColumnSet* GridLayout::GetLastValidColumnSet() { } } // namespace views - diff --git a/chrome/views/grid_layout.h b/chrome/views/grid_layout.h index 27ccc3e..da67638 100644 --- a/chrome/views/grid_layout.h +++ b/chrome/views/grid_layout.h @@ -352,4 +352,3 @@ class ColumnSet { } // namespace views #endif // CHROME_VIEWS_GRID_LAYOUT_H__ - diff --git a/chrome/views/grid_layout_unittest.cc b/chrome/views/grid_layout_unittest.cc index 10cb235..08e8d28 100644 --- a/chrome/views/grid_layout_unittest.cc +++ b/chrome/views/grid_layout_unittest.cc @@ -511,4 +511,3 @@ TEST_F(GridLayoutTest, FixedViewHeight) { layout->Layout(&host); ExpectViewBoundsEquals(0, 0, 30, 10, view); } - diff --git a/chrome/views/hwnd_view.cc b/chrome/views/hwnd_view.cc index 82ce224..4df2b42 100644 --- a/chrome/views/hwnd_view.cc +++ b/chrome/views/hwnd_view.cc @@ -192,4 +192,3 @@ std::string HWNDView::GetClassName() const { } } // namespace views - diff --git a/chrome/views/hwnd_view.h b/chrome/views/hwnd_view.h index 8219991..3fe9f1f 100644 --- a/chrome/views/hwnd_view.h +++ b/chrome/views/hwnd_view.h @@ -98,4 +98,3 @@ class HWNDView : public View { } // namespace views #endif // CHROME_VIEWS_HWND_VIEW_H__ - diff --git a/chrome/views/image_view.cc b/chrome/views/image_view.cc index 6c25574..4949d45 100644 --- a/chrome/views/image_view.cc +++ b/chrome/views/image_view.cc @@ -167,4 +167,3 @@ bool ImageView::GetTooltipText(int x, int y, std::wstring* tooltip) { } } // namespace views - diff --git a/chrome/views/image_view.h b/chrome/views/image_view.h index 0632d5d..3db9bb4 100644 --- a/chrome/views/image_view.h +++ b/chrome/views/image_view.h @@ -105,4 +105,3 @@ class ImageView : public View { } // namespace views #endif // CHROME_VIEWS_IMAGE_VIEW_H__ - diff --git a/chrome/views/layout_manager.cc b/chrome/views/layout_manager.cc index 3ba85ea..35028432 100644 --- a/chrome/views/layout_manager.cc +++ b/chrome/views/layout_manager.cc @@ -13,4 +13,3 @@ int LayoutManager::GetPreferredHeightForWidth(View* host, int width) { } } // namespace views - diff --git a/chrome/views/layout_manager.h b/chrome/views/layout_manager.h index fbe5a13..b354642 100644 --- a/chrome/views/layout_manager.h +++ b/chrome/views/layout_manager.h @@ -58,4 +58,3 @@ class LayoutManager { } // namespace views #endif // CHROME_VIEWS_LAYOUT_MANAGER_H__ - diff --git a/chrome/views/link.cc b/chrome/views/link.cc index 357c3dd..8fdd63d 100644 --- a/chrome/views/link.cc +++ b/chrome/views/link.cc @@ -182,4 +182,3 @@ HCURSOR Link::GetCursorForPoint(Event::EventType event_type, int x, int y) { } } // namespace views - diff --git a/chrome/views/link.h b/chrome/views/link.h index 87d7d85..0e8ef5d 100644 --- a/chrome/views/link.h +++ b/chrome/views/link.h @@ -92,4 +92,3 @@ class Link : public Label { } // namespace views #endif // CHROME_VIEWS_LINK_H__ - diff --git a/chrome/views/menu.cc b/chrome/views/menu.cc index bdc6d10..46d93b6 100644 --- a/chrome/views/menu.cc +++ b/chrome/views/menu.cc @@ -588,4 +588,3 @@ void Menu::Cancel() { int Menu::ItemCount() { return GetMenuItemCount(menu_); } - diff --git a/chrome/views/menu.h b/chrome/views/menu.h index fabfcdf..f92c5dc 100644 --- a/chrome/views/menu.h +++ b/chrome/views/menu.h @@ -350,4 +350,3 @@ class Menu { }; #endif // CHROME_VIEWS_MENU_H_ - diff --git a/chrome/views/menu_button.h b/chrome/views/menu_button.h index c43d6b6..185d59f 100644 --- a/chrome/views/menu_button.h +++ b/chrome/views/menu_button.h @@ -95,4 +95,3 @@ class MenuButton : public TextButton { } // namespace views #endif // CHROME_VIEWS_MENU_BUTTON_H__ - diff --git a/chrome/views/message_box_view.cc b/chrome/views/message_box_view.cc index 26fd1c2..e9a3ab6 100644 --- a/chrome/views/message_box_view.cc +++ b/chrome/views/message_box_view.cc @@ -190,4 +190,3 @@ void MessageBoxView::ResetLayoutManager() { layout->AddPaddingRow(0, kRelatedControlVerticalSpacing); } - diff --git a/chrome/views/message_box_view.h b/chrome/views/message_box_view.h index e71db2c..31f61d4 100644 --- a/chrome/views/message_box_view.h +++ b/chrome/views/message_box_view.h @@ -117,4 +117,3 @@ class MessageBoxView : public views::View { }; #endif // CHROME_VIEWS_MESSAGE_BOX_VIEW_VIEW_H__ - diff --git a/chrome/views/native_control.cc b/chrome/views/native_control.cc index 7ecf165..884af0e 100644 --- a/chrome/views/native_control.cc +++ b/chrome/views/native_control.cc @@ -384,4 +384,3 @@ LRESULT CALLBACK NativeControl::NativeControlWndProc(HWND window, UINT message, } } // namespace views - diff --git a/chrome/views/native_frame_view.cc b/chrome/views/native_frame_view.cc index 04f3448..20b6f13 100644 --- a/chrome/views/native_frame_view.cc +++ b/chrome/views/native_frame_view.cc @@ -58,4 +58,3 @@ void NativeFrameView::ResetWindowControls() { } } // namespace views - diff --git a/chrome/views/native_frame_view.h b/chrome/views/native_frame_view.h index aa599ff..c46be18 100644 --- a/chrome/views/native_frame_view.h +++ b/chrome/views/native_frame_view.h @@ -35,4 +35,3 @@ class NativeFrameView : public NonClientFrameView { } // namespace views #endif // #ifndef CHROME_VIEWS_NATIVE_FRAME_VIEW_H_ - diff --git a/chrome/views/native_scroll_bar.cc b/chrome/views/native_scroll_bar.cc index 38f4b8d..5694d52 100644 --- a/chrome/views/native_scroll_bar.cc +++ b/chrome/views/native_scroll_bar.cc @@ -351,4 +351,3 @@ int NativeScrollBar::GetVerticalScrollBarWidth() { } } // namespace views - diff --git a/chrome/views/native_scroll_bar.h b/chrome/views/native_scroll_bar.h index 8e2f1be..711225a 100644 --- a/chrome/views/native_scroll_bar.h +++ b/chrome/views/native_scroll_bar.h @@ -65,4 +65,3 @@ class NativeScrollBar : public ScrollBar { } // namespace views #endif - diff --git a/chrome/views/non_client_view.cc b/chrome/views/non_client_view.cc index 2e7804c..8568969 100644 --- a/chrome/views/non_client_view.cc +++ b/chrome/views/non_client_view.cc @@ -242,4 +242,3 @@ int NonClientFrameView::GetHTComponentForFrame(const gfx::Point& point, } } // namespace views - diff --git a/chrome/views/non_client_view.h b/chrome/views/non_client_view.h index 32130c3..a6366e8 100644 --- a/chrome/views/non_client_view.h +++ b/chrome/views/non_client_view.h @@ -221,4 +221,3 @@ class NonClientView : public View { } // namespace views #endif // #ifndef CHROME_VIEWS_NON_CLIENT_VIEW_H_ - diff --git a/chrome/views/painter.cc b/chrome/views/painter.cc index c79a53c..7e0897c 100644 --- a/chrome/views/painter.cc +++ b/chrome/views/painter.cc @@ -163,4 +163,3 @@ void HorizontalPainter::Paint(int w, int h, ChromeCanvas* canvas) { } } // namespace views - diff --git a/chrome/views/painter.h b/chrome/views/painter.h index 9bdd7ff..a934124 100644 --- a/chrome/views/painter.h +++ b/chrome/views/painter.h @@ -118,4 +118,3 @@ class HorizontalPainter : public Painter { } // namespace views #endif // CHROME_VIEWS_PAINTER_H__ - diff --git a/chrome/views/radio_button.cc b/chrome/views/radio_button.cc index e96ec41..fb8695a 100644 --- a/chrome/views/radio_button.cc +++ b/chrome/views/radio_button.cc @@ -121,4 +121,3 @@ View* RadioButton::GetSelectedViewForGroup(int group_id) { } } // namespace views - diff --git a/chrome/views/radio_button.h b/chrome/views/radio_button.h index 7d0748b..e790e9b 100644 --- a/chrome/views/radio_button.h +++ b/chrome/views/radio_button.h @@ -58,4 +58,3 @@ class RadioButton : public CheckBox { } // namespace views #endif // CHROME_VIEWS_RADIO_BUTTON_H__ - diff --git a/chrome/views/root_view.cc b/chrome/views/root_view.cc index 4f5097d..3fa5956 100644 --- a/chrome/views/root_view.cc +++ b/chrome/views/root_view.cc @@ -952,4 +952,3 @@ View* RootView::GetDragView() { } } // namespace views - diff --git a/chrome/views/root_view.h b/chrome/views/root_view.h index 103b06d..57ea710 100644 --- a/chrome/views/root_view.h +++ b/chrome/views/root_view.h @@ -356,4 +356,3 @@ class RootView : public View, } // namespace views #endif // CHROME_VIEWS_ROOT_VIEW_H__ - diff --git a/chrome/views/root_view_drop_target.cc b/chrome/views/root_view_drop_target.cc index 8920234..8ce79c2 100644 --- a/chrome/views/root_view_drop_target.cc +++ b/chrome/views/root_view_drop_target.cc @@ -117,4 +117,3 @@ View* RootViewDropTarget::CalculateTargetView( } } // namespace views - diff --git a/chrome/views/root_view_drop_target.h b/chrome/views/root_view_drop_target.h index 9c2bd4d..72a5a87 100644 --- a/chrome/views/root_view_drop_target.h +++ b/chrome/views/root_view_drop_target.h @@ -73,4 +73,3 @@ class RootViewDropTarget : public BaseDropTarget { } // namespace views #endif // CHROME_VIEWS_ROOT_VIEW_DROP_TARGET_H__ - diff --git a/chrome/views/scroll_bar.cc b/chrome/views/scroll_bar.cc index aeb907a..fdcd00f 100644 --- a/chrome/views/scroll_bar.cc +++ b/chrome/views/scroll_bar.cc @@ -45,4 +45,3 @@ int ScrollBar::GetMinPosition() const { } } // namespace views - diff --git a/chrome/views/scroll_bar.h b/chrome/views/scroll_bar.h index 1697c98..b386eae 100644 --- a/chrome/views/scroll_bar.h +++ b/chrome/views/scroll_bar.h @@ -100,4 +100,3 @@ class ScrollBar : public View { } // namespace views #endif - diff --git a/chrome/views/scroll_view.cc b/chrome/views/scroll_view.cc index e30e68d..3331bc1 100644 --- a/chrome/views/scroll_view.cc +++ b/chrome/views/scroll_view.cc @@ -498,4 +498,3 @@ VariableRowHeightScrollHelper::RowInfo } } // namespace views - diff --git a/chrome/views/scroll_view.h b/chrome/views/scroll_view.h index 54996b5..ec473f8 100644 --- a/chrome/views/scroll_view.h +++ b/chrome/views/scroll_view.h @@ -205,4 +205,3 @@ class FixedRowHeightScrollHelper : public VariableRowHeightScrollHelper { } // namespace views #endif // CHROME_VIEWS_SCROLL_VIEW_H__ - diff --git a/chrome/views/separator.cc b/chrome/views/separator.cc index 63ad3a9..bff5ff6 100644 --- a/chrome/views/separator.cc +++ b/chrome/views/separator.cc @@ -36,4 +36,3 @@ gfx::Size Separator::GetPreferredSize() { } } // namespace views - diff --git a/chrome/views/tabbed_pane.cc b/chrome/views/tabbed_pane.cc index aefd496..1663390 100644 --- a/chrome/views/tabbed_pane.cc +++ b/chrome/views/tabbed_pane.cc @@ -262,4 +262,3 @@ void TabbedPane::ResizeContents(HWND tab_control) { } } // namespace views - diff --git a/chrome/views/text_button.cc b/chrome/views/text_button.cc index 1eca617..72420c9 100644 --- a/chrome/views/text_button.cc +++ b/chrome/views/text_button.cc @@ -307,4 +307,3 @@ void TextButton::SetEnabled(bool enabled) { } } // namespace views - diff --git a/chrome/views/text_button.h b/chrome/views/text_button.h index 5fee1e3..0fd8a61 100644 --- a/chrome/views/text_button.h +++ b/chrome/views/text_button.h @@ -138,4 +138,3 @@ public: } // namespace views #endif // CHROME_VIEWS_TEXT_BUTTON_H__ - diff --git a/chrome/views/throbber.cc b/chrome/views/throbber.cc index 1f80ff4..13a8ab4 100644 --- a/chrome/views/throbber.cc +++ b/chrome/views/throbber.cc @@ -169,4 +169,3 @@ void CheckmarkThrobber::InitClass() { SkBitmap* CheckmarkThrobber::checkmark_ = NULL; } // namespace views - diff --git a/chrome/views/throbber.h b/chrome/views/throbber.h index 3331412..2edd3ce 100644 --- a/chrome/views/throbber.h +++ b/chrome/views/throbber.h @@ -109,4 +109,3 @@ class CheckmarkThrobber : public Throbber { } // namespace views #endif // CHROME_VIEWS_THROBBER_H_ - diff --git a/chrome/views/view.cc b/chrome/views/view.cc index 00c3e4b..aada086 100644 --- a/chrome/views/view.cc +++ b/chrome/views/view.cc @@ -1616,4 +1616,3 @@ void View::DragInfo::PossibleDrag(int x, int y) { } } // namespace - diff --git a/chrome/views/view_menu_delegate.h b/chrome/views/view_menu_delegate.h index 6ac2598..397563a 100644 --- a/chrome/views/view_menu_delegate.h +++ b/chrome/views/view_menu_delegate.h @@ -30,4 +30,3 @@ class ViewMenuDelegate { } // namespace views #endif // CHROME_VIEWS_VIEW_MENU_DELEGATE_H__ - diff --git a/chrome/views/view_storage.cc b/chrome/views/view_storage.cc index ed445f3..bc5849c 100644 --- a/chrome/views/view_storage.cc +++ b/chrome/views/view_storage.cc @@ -203,4 +203,3 @@ void ViewStorage::Observe(NotificationType type, } } // namespace views - diff --git a/chrome/views/widget.h b/chrome/views/widget.h index 0dab65f..d3c4e08 100644 --- a/chrome/views/widget.h +++ b/chrome/views/widget.h @@ -88,4 +88,3 @@ class Widget { } // namespace views #endif // CHROME_VIEWS_WIDGET_H_ - diff --git a/chrome/views/widget_win.cc b/chrome/views/widget_win.cc index 85f81c8..29c04a5 100644 --- a/chrome/views/widget_win.cc +++ b/chrome/views/widget_win.cc @@ -955,4 +955,3 @@ LRESULT CALLBACK WidgetWin::WndProc(HWND window, UINT message, } } // namespace views - diff --git a/chrome/views/widget_win.h b/chrome/views/widget_win.h index 9c9a19f..55ee4fd 100644 --- a/chrome/views/widget_win.h +++ b/chrome/views/widget_win.h @@ -623,4 +623,3 @@ class WidgetWin : public Widget, } // namespace views #endif // #ifndef CHROME_VIEWS_WIDGET_WIN_H_ - diff --git a/chrome/views/window.cc b/chrome/views/window.cc index 67f1b5a..a3359bf 100644 --- a/chrome/views/window.cc +++ b/chrome/views/window.cc @@ -1157,4 +1157,3 @@ void Window::InitClass() { } } // namespace views - diff --git a/chrome/views/window_delegate.cc b/chrome/views/window_delegate.cc index e76330a..1ac5d31 100644 --- a/chrome/views/window_delegate.cc +++ b/chrome/views/window_delegate.cc @@ -94,4 +94,3 @@ void WindowDelegate::ReleaseWindow() { } } // namespace views - diff --git a/chrome/views/window_delegate.h b/chrome/views/window_delegate.h index 065f684..bbd5296 100644 --- a/chrome/views/window_delegate.h +++ b/chrome/views/window_delegate.h @@ -160,4 +160,3 @@ class WindowDelegate { } // namespace views #endif // CHROME_VIEWS_WINDOW_DELEGATE_H_ - diff --git a/chrome/views/window_resources.h b/chrome/views/window_resources.h index 9013f2b..6face56 100644 --- a/chrome/views/window_resources.h +++ b/chrome/views/window_resources.h @@ -28,4 +28,3 @@ class WindowResources { } // namespace views #endif // CHROME_BROWSER_VIEWS_WINDOW_RESOURCES_H_ - |