From 0c428426c5c067cea44b3ecf237b9eaf177890a7 Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Thu, 27 May 2010 03:14:02 +0000 Subject: Whitespace change to cycle testers. Review URL: http://codereview.chromium.org/2224006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48357 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/cocoa/bookmark_bar_folder_window.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/browser/cocoa/bookmark_bar_folder_window.mm b/chrome/browser/cocoa/bookmark_bar_folder_window.mm index 841fa7c..da0455e 100644 --- a/chrome/browser/cocoa/bookmark_bar_folder_window.mm +++ b/chrome/browser/cocoa/bookmark_bar_folder_window.mm @@ -49,7 +49,7 @@ const CGFloat kViewCornerRadius = 4.0; // Draw the arrows at the top and bottom of the folder window as a // visual indication that scrolling is possible. We always draw the // scrolling arrows; when not relevant (e.g. when not scrollable), the -// scroll view overlaps me and the arrows aren't visible. +// scroll view overlaps the window and the arrows aren't visible. - (void)drawScrollArrows:(NSRect)rect { NSRect visibleRect = [self bounds]; -- cgit v1.1