| 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 309db745fce94cf2ba8ae303745bdb9f9cf13db3..dc766037775acd687b94dc7cd6f2b642623b6b0f 100644
 | 
| --- a/chrome/browser/automation/testing_automation_provider.h
 | 
| +++ b/chrome/browser/automation/testing_automation_provider.h
 | 
| @@ -11,7 +11,6 @@
 | 
|  #include "chrome/browser/browser_list.h"
 | 
|  #include "chrome/browser/history/history.h"
 | 
|  #include "chrome/common/notification_registrar.h"
 | 
| -#include "chrome/common/page_type.h"
 | 
|  
 | 
|  class DictionaryValue;
 | 
|  class TemplateURLModel;
 | 
| @@ -198,7 +197,8 @@ class TestingAutomationProvider : public AutomationProvider,
 | 
|                          int* insecure_content_status);
 | 
|  
 | 
|    // Gets the page type for the tab associated to the specified |handle|.
 | 
| -  void GetPageType(int handle, bool* success, PageType* page_type);
 | 
| +  void GetPageType(int handle, bool* success,
 | 
| +                   NavigationEntry::PageType* page_type);
 | 
|  
 | 
|    // Gets the duration in ms of the last event matching |event_name|.
 | 
|    // |duration_ms| is -1 if the event hasn't occurred yet.
 | 
| 
 |