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

Unified Diff: content/browser/webui/web_ui.h

Issue 7464009: Removal of Profile from content part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: browser_context Created 9 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
Index: content/browser/webui/web_ui.h
diff --git a/content/browser/webui/web_ui.h b/content/browser/webui/web_ui.h
index d0462ac7f2d674c981e6147a2afc0d785366975c..2bc574551f9ba7b090e4009d45c13125efb38a8e 100644
--- a/content/browser/webui/web_ui.h
+++ b/content/browser/webui/web_ui.h
@@ -16,11 +16,11 @@
#include "content/common/page_transition_types.h"
#include "ipc/ipc_channel.h"
-class WebUIMessageHandler;
class GURL;
class Profile;
class RenderViewHost;
class TabContents;
+class WebUIMessageHandler;
namespace base {
class DictionaryValue;

Powered by Google App Engine
This is Rietveld 408576698