diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-18 01:50:08 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-18 01:50:08 +0000 |
commit | d2798d24c2eec2bd03c833506746428bb857802c (patch) | |
tree | a75415d1a1ee68cf9390a616221fa00476302545 /chrome_frame/chrome_active_document.h | |
parent | 2cf1f69983bc8e627004d73b910f8f62bc21e0ab (diff) | |
download | chromium_src-d2798d24c2eec2bd03c833506746428bb857802c.zip chromium_src-d2798d24c2eec2bd03c833506746428bb857802c.tar.gz chromium_src-d2798d24c2eec2bd03c833506746428bb857802c.tar.bz2 |
Cleanup: Remove forward declarations in various directories.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8567022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110631 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_active_document.h')
-rw-r--r-- | chrome_frame/chrome_active_document.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome_frame/chrome_active_document.h b/chrome_frame/chrome_active_document.h index 96232c6..b9dc092 100644 --- a/chrome_frame/chrome_active_document.h +++ b/chrome_frame/chrome_active_document.h @@ -30,7 +30,6 @@ #include "third_party/active_doc/in_place_menu.h" #include "third_party/active_doc/ole_document_impl.h" -class Thread; class TabProxy; class ChromeActiveDocument; @@ -344,7 +343,7 @@ END_EXEC_COMMAND_MAP() bool PreProcessContextMenu(HMENU menu); bool HandleContextMenuCommand(UINT cmd, const MiniContextMenuParams& params); - // ChromeFramePlugin overrides. + // ChromeFramePlugin overrides. virtual void OnAutomationServerReady(); // IEnumPrivacyRecords |