diff options
author | csharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-15 14:55:33 +0000 |
---|---|---|
committer | csharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-15 14:55:33 +0000 |
commit | 723be5d0ebfe0e1b3c0974f6b61078701c5c14c3 (patch) | |
tree | 311ac9f92afb893493739ad3678249d579e9a9e1 /chrome/browser/autofill/autofill_external_delegate.cc | |
parent | 6c45ea836ab965ca5993128af9e8e71b86527d27 (diff) | |
download | chromium_src-723be5d0ebfe0e1b3c0974f6b61078701c5c14c3.zip chromium_src-723be5d0ebfe0e1b3c0974f6b61078701c5c14c3.tar.gz chromium_src-723be5d0ebfe0e1b3c0974f6b61078701c5c14c3.tar.bz2 |
Add Icon Support for New Autofill Gtk UI
Show credit card icons for the new Autofill Gtk popup.
BUG=51644
TEST=
Review URL: https://chromiumcodereview.appspot.com/10396003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137126 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/autofill_external_delegate.cc')
-rw-r--r-- | chrome/browser/autofill/autofill_external_delegate.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_external_delegate.cc b/chrome/browser/autofill/autofill_external_delegate.cc index 3420018..a675a29 100644 --- a/chrome/browser/autofill/autofill_external_delegate.cc +++ b/chrome/browser/autofill/autofill_external_delegate.cc @@ -6,7 +6,6 @@ #include "chrome/browser/autocomplete_history_manager.h" #include "chrome/browser/autofill/autofill_external_delegate.h" #include "chrome/browser/autofill/autofill_manager.h" -#include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" #include "chrome/common/autofill_messages.h" #include "chrome/common/chrome_constants.h" #include "content/public/browser/render_view_host.h" |