Index: chrome/test/automation/tab_proxy.cc |
diff --git a/chrome/test/automation/tab_proxy.cc b/chrome/test/automation/tab_proxy.cc |
index d7c99dde133d067571f7aabda3293540364e380e..fbd837c8470af6440884d0642e8cba6840f79d81 100644 |
--- a/chrome/test/automation/tab_proxy.cc |
+++ b/chrome/test/automation/tab_proxy.cc |
@@ -605,7 +605,7 @@ bool TabProxy::GetSecurityState(SecurityStyle* security_style, |
return succeeded; |
} |
-bool TabProxy::GetPageType(NavigationEntry::PageType* type) { |
+bool TabProxy::GetPageType(PageType* type) { |
DCHECK(type); |
if (!is_valid()) |