| Index: chrome/browser/cocoa/browser_window_controller.h
 | 
| diff --git a/chrome/browser/cocoa/browser_window_controller.h b/chrome/browser/cocoa/browser_window_controller.h
 | 
| index efa49abaa610beac271ac862766ebe3613fbbdfe..39bd9c48df433c87754b0705a40f5cece95f384a 100644
 | 
| --- a/chrome/browser/cocoa/browser_window_controller.h
 | 
| +++ b/chrome/browser/cocoa/browser_window_controller.h
 | 
| @@ -217,7 +217,7 @@ class TabContents;
 | 
|  
 | 
|  // Executes the command in the context of the current browser.
 | 
|  // |command| is an integer value containing one of the constants defined in the
 | 
| -// "chrome/app/chrome_dll_resource.h" file.
 | 
| +// "chrome/app/chrome_command_ids.h" file.
 | 
|  - (void)executeCommand:(int)command;
 | 
|  
 | 
|  // Delegate method for the status bubble to query its base frame.
 | 
| 
 |