summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-13 22:57:27 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-13 22:57:27 +0000
commit903e37906e0e0ad6c7627dabeaac1a87e6e31552 (patch)
treefdeb7050028649b5223e2cb1ce562306816f4944 /chrome/browser/autofill
parent3cdf37690c508a8251f0893e0a757b2fa50f7f2a (diff)
downloadchromium_src-903e37906e0e0ad6c7627dabeaac1a87e6e31552.zip
chromium_src-903e37906e0e0ad6c7627dabeaac1a87e6e31552.tar.gz
chromium_src-903e37906e0e0ad6c7627dabeaac1a87e6e31552.tar.bz2
Clean up app_resources.grd:
* Alphabetize a couple entries * Move things to theme_resources.grd where possible; also fixes problems in chrome.gyp and theme_resources.grd that were causing "toolkit_views" to not be properly handled here, so this won't cause problems * Scope things only used by views under an appropriate conditional BUG=none TEST=none Review URL: http://codereview.chromium.org/2987003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52238 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill')
-rw-r--r--chrome/browser/autofill/autofill_dialog_controller_mac.mm1
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.