diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-12 23:04:27 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-12 23:04:27 +0000 |
commit | 0790a8416ddd02e55d18717e1bd422cb2561c530 (patch) | |
tree | 425e7349f0873c803e432f27199820b0e99be89b /chrome/browser/autofill | |
parent | dbdde8f24205b7931388b7880cd525a0e1057df9 (diff) | |
download | chromium_src-0790a8416ddd02e55d18717e1bd422cb2561c530.zip chromium_src-0790a8416ddd02e55d18717e1bd422cb2561c530.tar.gz chromium_src-0790a8416ddd02e55d18717e1bd422cb2561c530.tar.bz2 |
Clean up app_resources.grd:
* Alphabetize a couple entries
* Move things to theme_resources.grd where possible
* Scope things only used by views under an appropriate conditional
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2953005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52144 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill')
-rw-r--r-- | chrome/browser/autofill/autofill_dialog_controller_mac.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/autofill/autofill_dialog_controller_mac.mm b/chrome/browser/autofill/autofill_dialog_controller_mac.mm index 941eab9..b0feb24 100644 --- a/chrome/browser/autofill/autofill_dialog_controller_mac.mm +++ b/chrome/browser/autofill/autofill_dialog_controller_mac.mm @@ -21,6 +21,7 @@ #include "chrome/common/pref_names.h" #include "grit/generated_resources.h" #include "grit/app_resources.h" +#include "grit/theme_resources.h" // Delegate protocol that needs to be in place for the AutoFillTableView's // handling of delete and backspace keys. |