Index: chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc b/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
index e4c3e07eb535882b669517158f801440da1ad638..ffbad82ed9b9291cc6c91839f17155209f792126 100644 |
--- a/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
+++ b/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
@@ -37,6 +37,7 @@ |
#include "content/public/browser/resource_throttle.h" |
#include "content/public/browser/web_contents.h" |
#include "content/public/common/context_menu_params.h" |
+#include "content/public/common/resource_type.h" |
#include "content/public/common/url_constants.h" |
#include "content/public/test/browser_test_utils.h" |
#include "extensions/browser/extension_system.h" |
@@ -45,8 +46,8 @@ |
#include "net/test/embedded_test_server/embedded_test_server.h" |
#include "third_party/WebKit/public/web/WebContextMenuData.h" |
#include "third_party/WebKit/public/web/WebInputEvent.h" |
-#include "webkit/common/resource_type.h" |
+using content::ResourceType; |
using content::WebContents; |
namespace extensions { |