Chromium Code Reviews| Index: content/common/content_client.cc |
| =================================================================== |
| --- content/common/content_client.cc (revision 78583) |
| +++ content/common/content_client.cc (working copy) |
| @@ -17,7 +17,7 @@ |
| } |
| ContentClient::ContentClient() : |
| - browser_client_(NULL) { |
| + browser_(NULL), gpu_(NULL), plugin_(NULL), renderer_(NULL) { |
| } |
| ContentClient::~ContentClient() { |