diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-17 06:48:08 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-17 06:48:08 +0000 |
commit | 1027455997a45f6c1e652ca0e55b182ac0103cd0 (patch) | |
tree | 9c49136f3d7c87870a69bda5b97ee5c8f1e44106 /chrome/browser/autofill | |
parent | 5c7293a73bdaedbe368bc26426a2345f230f2822 (diff) | |
download | chromium_src-1027455997a45f6c1e652ca0e55b182ac0103cd0.zip chromium_src-1027455997a45f6c1e652ca0e55b182ac0103cd0.tar.gz chromium_src-1027455997a45f6c1e652ca0e55b182ac0103cd0.tar.bz2 |
forgot a couple of files... moved gfx stuff to toplevel dir
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41813 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill')
-rw-r--r-- | chrome/browser/autofill/autofill_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_dialog.h b/chrome/browser/autofill/autofill_dialog.h index ab4a7d7..2dd3855 100644 --- a/chrome/browser/autofill/autofill_dialog.h +++ b/chrome/browser/autofill/autofill_dialog.h @@ -7,9 +7,9 @@ #include <vector> -#include "app/gfx/native_widget_types.h" #include "chrome/browser/autofill/autofill_profile.h" #include "chrome/browser/autofill/credit_card.h" +#include "gfx/native_widget_types.h" class Profile; |