diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-27 03:14:02 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-27 03:14:02 +0000 |
commit | 0c428426c5c067cea44b3ecf237b9eaf177890a7 (patch) | |
tree | d0d782a29d80aa382bbfa5fd09ea70a258ef2cdf | |
parent | 82539f244b0f38fab7e24aa3f6a6025753ac19b7 (diff) | |
download | chromium_src-0c428426c5c067cea44b3ecf237b9eaf177890a7.zip chromium_src-0c428426c5c067cea44b3ecf237b9eaf177890a7.tar.gz chromium_src-0c428426c5c067cea44b3ecf237b9eaf177890a7.tar.bz2 |
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
-rw-r--r-- | chrome/browser/cocoa/bookmark_bar_folder_window.mm | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |