diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.cc | 1 | ||||
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc index aefd97e..7c25a78 100644 --- a/chrome/common/temp_scaffolding_stubs.cc +++ b/chrome/common/temp_scaffolding_stubs.cc @@ -8,6 +8,7 @@ #include "base/thread.h" #include "base/path_service.h" #include "base/singleton.h" +#include "base/task.h" #include "build/build_config.h" #include "chrome/browser/browser.h" #include "chrome/browser/browser_shutdown.h" diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index 94b20d5..96f2b23 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -38,6 +38,7 @@ class SessionID; class SiteInstance; class SpellChecker; class TabContents; +class Task; class TemplateURL; class TemplateURLRef; class URLRequestContext; |