summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-17 06:48:08 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-17 06:48:08 +0000
commit1027455997a45f6c1e652ca0e55b182ac0103cd0 (patch)
tree9c49136f3d7c87870a69bda5b97ee5c8f1e44106
parent5c7293a73bdaedbe368bc26426a2345f230f2822 (diff)
downloadchromium_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
-rw-r--r--app/app.gyp1
-rw-r--r--chrome/browser/autofill/autofill_dialog.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/app/app.gyp b/app/app.gyp
index bcbb26e..ad68fda 100644
--- a/app/app.gyp
+++ b/app/app.gyp
@@ -43,7 +43,6 @@
'gfx/codec/png_codec_unittest.cc',
'gfx/color_utils_unittest.cc',
'gfx/font_unittest.cc',
- 'gfx/insets_unittest.cc',
'gfx/native_theme_win_unittest.cc',
'gfx/skbitmap_operations_unittest.cc',
'gfx/text_elider_unittest.cc',
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;