Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2539)

Unified Diff: chrome/browser/renderer_context_menu/context_menu_content_type.h

Issue 417933003: Cleanup: remove unnecesary includes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/renderer_context_menu/context_menu_content_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | chrome/browser/renderer_context_menu/context_menu_content_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698