summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_contents.h
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-20 17:15:03 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-20 17:15:03 +0000
commitd5e311be668e590bfa61c359efe3f5920eb29c58 (patch)
tree4cf8580fc63f9bb72f143b7baedd2a284a8487ef /chrome/browser/tab_contents/tab_contents.h
parentab7ede9ffdcf2af8028e3f95bece44caa51765b3 (diff)
downloadchromium_src-d5e311be668e590bfa61c359efe3f5920eb29c58.zip
chromium_src-d5e311be668e590bfa61c359efe3f5920eb29c58.tar.gz
chromium_src-d5e311be668e590bfa61c359efe3f5920eb29c58.tar.bz2
Prevent NotificationRegistrar from pulling in platform threading stuff.
BUG=none TEST=none Review URL: http://codereview.chromium.org/3013018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53055 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents.h')
-rw-r--r--chrome/browser/tab_contents/tab_contents.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
index 3b199b2..49016ae 100644
--- a/chrome/browser/tab_contents/tab_contents.h
+++ b/chrome/browser/tab_contents/tab_contents.h
@@ -42,7 +42,6 @@
#include "gfx/rect.h"
#include "net/base/load_states.h"
#include "webkit/glue/dom_operations.h"
-#include "webkit/glue/password_form.h"
namespace gfx {
class Rect;
@@ -65,6 +64,10 @@ namespace IPC {
class Message;
}
+namespace webkit_glue {
+struct PasswordForm;
+}
+
class AutocompleteHistoryManager;
class AutoFillManager;
class BlockedPopupContainer;