Index: chrome/browser/renderer_context_menu/context_menu_content_type.h |
diff --git a/chrome/browser/renderer_context_menu/context_menu_content_type.h b/chrome/browser/renderer_context_menu/context_menu_content_type.h |
index 858f99aad5f52e9e20defe223f9deb3df2668eb7..19e98402b6afe837b619687a013efa98dab68307 100644 |
--- a/chrome/browser/renderer_context_menu/context_menu_content_type.h |
+++ b/chrome/browser/renderer_context_menu/context_menu_content_type.h |
@@ -5,12 +5,9 @@ |
#ifndef CHROME_BROWSER_RENDERER_CONTEXT_MENU_CONTEXT_MENU_CONTENT_TYPE_H_ |
#define CHROME_BROWSER_RENDERER_CONTEXT_MENU_CONTEXT_MENU_CONTENT_TYPE_H_ |
-#include "chrome/browser/custom_handlers/protocol_handler_registry.h" |
#include "content/public/common/context_menu_params.h" |
#include "ui/base/models/simple_menu_model.h" |
-class Profile; |
- |
namespace content { |
class WebContents; |
} |
@@ -76,7 +73,6 @@ class ContextMenuContentType { |
const content::ContextMenuParams params_; |
content::WebContents* source_web_contents_; |
- Profile* profile_; |
const bool supports_custom_items_; |
DISALLOW_COPY_AND_ASSIGN(ContextMenuContentType); |