diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-09 21:11:36 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-09 21:11:36 +0000 |
commit | 3d68b595e6db3e79daca5430d3f6bf0562262a84 (patch) | |
tree | c7ffc49ae01abeab2c6614bed41c626337a8538e /chrome/browser/tab_contents | |
parent | 2e71662080eac468322f9b61a81a3abb4c9d40bc (diff) | |
download | chromium_src-3d68b595e6db3e79daca5430d3f6bf0562262a84.zip chromium_src-3d68b595e6db3e79daca5430d3f6bf0562262a84.tar.gz chromium_src-3d68b595e6db3e79daca5430d3f6bf0562262a84.tar.bz2 |
Enable download_request_manager_unittest on linux.
Review URL: http://codereview.chromium.org/41002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11288 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents_factory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/tab_contents_factory.h b/chrome/browser/tab_contents/tab_contents_factory.h index 0841aa1..e140bc7 100644 --- a/chrome/browser/tab_contents/tab_contents_factory.h +++ b/chrome/browser/tab_contents/tab_contents_factory.h @@ -8,6 +8,7 @@ #include <string> #include "chrome/browser/tab_contents/tab_contents_type.h" +class GURL; class TabContents; // Extend from this class to implement a custom tab contents type. See |