| Index: chrome/browser/automation/testing_automation_provider.h
|
| diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
|
| index 870e4ff6b886c3fe129f8fa6ecd01c0693398060..80998847e47ecb538f2937fdb901bb0e276f8bf3 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -10,9 +10,10 @@
|
| #include "chrome/browser/automation/automation_provider.h"
|
| #include "chrome/browser/browser_list.h"
|
| #include "chrome/browser/history/history.h"
|
| -#include "chrome/browser/search_engines/template_url_model.h"
|
| #include "chrome/common/notification_registrar.h"
|
|
|
| +class TemplateURLModel;
|
| +
|
| // This is an automation provider containing testing calls.
|
| class TestingAutomationProvider : public AutomationProvider,
|
| public BrowserList::Observer,
|
|
|