summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata/web_database.h
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-18 20:25:01 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-18 20:25:01 +0000
commitc3a4bd9985658b8a5b229983a3ed85042005f0cf (patch)
tree6200f270a1063021b79c9d304dfe8a619fe86445 /chrome/browser/webdata/web_database.h
parent55a0ffd864ee04c0b76cbed90cb7f00aabed1192 (diff)
downloadchromium_src-c3a4bd9985658b8a5b229983a3ed85042005f0cf.zip
chromium_src-c3a4bd9985658b8a5b229983a3ed85042005f0cf.tar.gz
chromium_src-c3a4bd9985658b8a5b229983a3ed85042005f0cf.tar.bz2
FBTF: Remove a few SkBitmap instances (and other headers that were next to them).
BUG=none TEST=compiles Review URL: http://codereview.chromium.org/3161027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56590 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/webdata/web_database.h')
-rw-r--r--chrome/browser/webdata/web_database.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/webdata/web_database.h b/chrome/browser/webdata/web_database.h
index 1a8d83b8..34b7aa6 100644
--- a/chrome/browser/webdata/web_database.h
+++ b/chrome/browser/webdata/web_database.h
@@ -14,8 +14,6 @@
#include "base/gtest_prod_util.h"
#include "base/scoped_ptr.h"
#include "chrome/browser/search_engines/template_url.h"
-#include "third_party/skia/include/core/SkBitmap.h"
-#include "webkit/glue/form_field.h"
class AutofillChange;
class AutofillEntry;
@@ -23,6 +21,7 @@ class AutoFillProfile;
class CreditCard;
class FilePath;
class NotificationService;
+class SkBitmap;
class WebDatabaseTest;
namespace base {
@@ -30,6 +29,7 @@ class Time;
}
namespace webkit_glue {
+class FormField;
struct PasswordForm;
}