Index: chrome/browser/tab_contents/render_view_context_menu.cc |
diff --git a/chrome/browser/tab_contents/render_view_context_menu.cc b/chrome/browser/tab_contents/render_view_context_menu.cc |
index 00e6bda13b85260a3fa749540da720f56f91abe9..b9e75e829e6744bb92bcf3d557628269341b242d 100644 |
--- a/chrome/browser/tab_contents/render_view_context_menu.cc |
+++ b/chrome/browser/tab_contents/render_view_context_menu.cc |
@@ -61,7 +61,6 @@ |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/content_restriction.h" |
-#include "chrome/common/extensions/extension.h" |
#include "chrome/common/net/url_util.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/common/render_messages.h" |
@@ -83,6 +82,7 @@ |
#include "content/public/common/ssl_status.h" |
#include "content/public/common/url_utils.h" |
#include "extensions/browser/view_type_utils.h" |
+#include "extensions/common/extension.h" |
#include "grit/generated_resources.h" |
#include "net/base/escape.h" |
#include "third_party/WebKit/public/web/WebContextMenuData.h" |