diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-02 18:35:06 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-02 18:35:06 +0000 |
commit | 92926d9fd44a3aa9473afd15ce8b5c6f7f7d192c (patch) | |
tree | 419b2a4640e48dfbe0880abcd50d8230849c561e /chrome/browser/automation | |
parent | 23b0a94cb3cdf3154e05efb68ad21225859f451a (diff) | |
download | chromium_src-92926d9fd44a3aa9473afd15ce8b5c6f7f7d192c.zip chromium_src-92926d9fd44a3aa9473afd15ce8b5c6f7f7d192c.tar.gz chromium_src-92926d9fd44a3aa9473afd15ce8b5c6f7f7d192c.tar.bz2 |
FBTF: Reaplly the TabRestoreService::Observer into its own file commit.
This means browser.h no longer includes a large chunk of the tab restore
system. Now with fixes to chromeos.
BUG=none
TEST=compiles
First Review URL: http://codereview.chromium.org/3296003
Review URL: http://codereview.chromium.org/3358005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58382 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation')
-rw-r--r-- | chrome/browser/automation/testing_automation_provider.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc index a8ef344b..b5cb004 100644 --- a/chrome/browser/automation/testing_automation_provider.cc +++ b/chrome/browser/automation/testing_automation_provider.cc @@ -30,6 +30,7 @@ #include "chrome/browser/find_bar.h" #include "chrome/browser/location_bar.h" #include "chrome/browser/login_prompt.h" +#include "chrome/browser/profile.h" #include "chrome/browser/platform_util.h" #include "chrome/browser/prefs/pref_service.h" #include "chrome/browser/renderer_host/render_process_host.h" |