diff options
Diffstat (limited to 'chrome/test/automation/tab_proxy.cc')
-rw-r--r-- | chrome/test/automation/tab_proxy.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/test/automation/tab_proxy.cc b/chrome/test/automation/tab_proxy.cc index fbd837c..a338de7 100644 --- a/chrome/test/automation/tab_proxy.cc +++ b/chrome/test/automation/tab_proxy.cc @@ -9,8 +9,9 @@ #include "base/logging.h" #include "base/string16.h" #include "base/utf_string_conversions.h" -#include "chrome/common/automation_messages.h" #include "chrome/common/json_value_serializer.h" +#include "chrome/test/automation/automation_constants.h" +#include "chrome/test/automation/automation_messages.h" #include "chrome/test/automation/automation_proxy.h" #include "googleurl/src/gurl.h" @@ -605,7 +606,7 @@ bool TabProxy::GetSecurityState(SecurityStyle* security_style, return succeeded; } -bool TabProxy::GetPageType(PageType* type) { +bool TabProxy::GetPageType(NavigationEntry::PageType* type) { DCHECK(type); if (!is_valid()) |