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

Unified Diff: content/common/content_client.cc

Issue 6713082: Move WebUIFactory to chrome/browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ContentWebUIClient Created 9 years, 9 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/common/content_client.cc
diff --git a/content/common/content_client.cc b/content/common/content_client.cc
index 79fe8cc3b22059517aa5f975966c7b1e9e4c471d..6f6164c97c01eb3beebf13791bab43d582d2f239 100644
--- a/content/common/content_client.cc
+++ b/content/common/content_client.cc
@@ -17,7 +17,7 @@ ContentClient* GetContentClient() {
}
ContentClient::ContentClient() :
- browser_(NULL), gpu_(NULL), plugin_(NULL), renderer_(NULL) {
+ browser_(NULL), gpu_(NULL), plugin_(NULL), renderer_(NULL), web_ui_(NULL) {
}
ContentClient::~ContentClient() {

Powered by Google App Engine
This is Rietveld 408576698