Index: chrome/browser/ui/cocoa/browser_window_controller.h |
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h |
index eb21da83d5917f21421f48161bff975320b2aa4c..4d06dfd67a3aa51bc9353b6a5fc6e5066fb1aa4a 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller.h |
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h |
@@ -270,7 +270,7 @@ class Command; |
// Called to tell the selected tab to update its loading state. |
// |force| is set if the update is due to changing tabs, as opposed to |
-// the page-load finishing. See comment in reload_button.h. |
+// the page-load finishing. See comment in reload_button_cocoa.h. |
- (void)setIsLoading:(BOOL)isLoading force:(BOOL)force; |
// Brings this controller's window to the front. |