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

Unified Diff: chrome/browser/cocoa/accelerators_cocoa.h

Issue 4710001: Split out command IDs from chrome_dll_resource.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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/cocoa/accelerators_cocoa.h
diff --git a/chrome/browser/cocoa/accelerators_cocoa.h b/chrome/browser/cocoa/accelerators_cocoa.h
index b8eaac8530dafd393f34839784844a7376d47bb8..e43c55054cb1cbcc3e79b4c6bcb6c1a1846957d6 100644
--- a/chrome/browser/cocoa/accelerators_cocoa.h
+++ b/chrome/browser/cocoa/accelerators_cocoa.h
@@ -11,7 +11,7 @@
#include "app/menus/accelerator_cocoa.h"
// This class maintains a map of command_ids to AcceleratorCocoa objects (see
-// chrome/app/chrome_dll_resource.h). Currently, this only lists the commands
+// chrome/app/chrome_command_ids.h). Currently, this only lists the commands
// that are used in the Wrench menu.
//
// It is recommended that this class be used as a singleton so that the key map

Powered by Google App Engine
This is Rietveld 408576698