Index: chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.h |
diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.h b/chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.h |
index 50c30e1d01b64a2fcd543eeb7cbc2fa3ec93ea2d..ab7890a55934469596da9138a3fb24b0756bcd2d 100644 |
--- a/chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.h |
+++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.h |
@@ -8,7 +8,7 @@ |
#include <string> |
#include "base/basictypes.h" |
-#include "content/public/common/page_transition_types.h" |
+#include "ui/base/page_transition_types.h" |
namespace content { |
class BrowserContext; |
@@ -36,7 +36,7 @@ void DispatchOnCommitted(const std::string& event_name, |
content::WebContents* web_contents, |
content::RenderFrameHost* frame_host, |
const GURL& url, |
- content::PageTransition transition_type); |
+ ui::PageTransition transition_type); |
void DispatchOnDOMContentLoaded(content::WebContents* web_contents, |
content::RenderFrameHost* frame_host, |