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

Unified Diff: chrome/browser/ui/cocoa/extensions/browser_action_button.mm

Issue 886483005: Capitalize "Cocoa" in c/b/ui/cocoa/extensions/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | chrome/browser/ui/cocoa/extensions/browser_action_button_interactive_uitest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/extensions/browser_action_button.mm
diff --git a/chrome/browser/ui/cocoa/extensions/browser_action_button.mm b/chrome/browser/ui/cocoa/extensions/browser_action_button.mm
index 1dd98b22600d35447c32b167873b12e309a3b04b..e07469a73549d5628207757e46f9fe2d35da0692 100644
--- a/chrome/browser/ui/cocoa/extensions/browser_action_button.mm
+++ b/chrome/browser/ui/cocoa/extensions/browser_action_button.mm
@@ -384,7 +384,7 @@ void ToolbarActionViewDelegateBridge::DoShowContextMenu() {
- (void)onRemoved {
// The button is being removed from the toolbar, and the backing controller
// will also be removed. Destroy the delegate.
- // We only need to do this because in cocoa's memory management, removing the
+ // We only need to do this because in Cocoa's memory management, removing the
// button from the toolbar doesn't synchronously dealloc it.
viewControllerDelegate_.reset();
}
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/extensions/browser_action_button_interactive_uitest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698