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

Unified Diff: chrome/browser/ui/cocoa/hover_button.mm

Issue 9904003: Fix some grammar in chrome/browser/ui/cocoa (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
Index: chrome/browser/ui/cocoa/hover_button.mm
diff --git a/chrome/browser/ui/cocoa/hover_button.mm b/chrome/browser/ui/cocoa/hover_button.mm
index ef4424d6f093b700fc6b98705aa58fc84446f1d7..485585d2e1b82a29e6758f0dee899415f05e8cc0 100644
--- a/chrome/browser/ui/cocoa/hover_button.mm
+++ b/chrome/browser/ui/cocoa/hover_button.mm
@@ -41,7 +41,7 @@
- (void)mouseDown:(NSEvent*)theEvent {
self.hoverState = kHoverStateMouseDown;
// The hover button needs to hold onto itself here for a bit. Otherwise,
- // it can be freed while |super mouseDown:| is in it's loop, and the
+ // it can be freed while |super mouseDown:| is in its loop, and the
// |checkImageState| call will crash.
// http://crbug.com/28220
scoped_nsobject<HoverButton> myself([self retain]);
« no previous file with comments | « chrome/browser/ui/cocoa/content_settings/cookie_details.h ('k') | chrome/browser/ui/cocoa/image_button_cell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698