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

Side by Side Diff: content/public/common/content_client.cc

Issue 8336007: Move content_client.h into content/public. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/public/common/content_client.h ('k') | content/public/plugin/content_plugin_client.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/common/content_client.h" 5 #include "content/public/public/common/content_client.h"
Dirk Pranke 2011/10/18 01:00:38 content/public/public? Also, since there's real l
6 6
7 #include "base/logging.h" 7 #include "base/logging.h"
8 #include "base/string_piece.h" 8 #include "base/string_piece.h"
9 #include "webkit/glue/webkit_glue.h" 9 #include "webkit/glue/webkit_glue.h"
10 10
11 namespace content { 11 namespace content {
12 12
13 static ContentClient* g_client; 13 static ContentClient* g_client;
14 14
15 void SetContentClient(ContentClient* client) { 15 void SetContentClient(ContentClient* client) {
(...skipping 23 matching lines...) Expand all
39 } 39 }
40 40
41 ContentClient::ContentClient() 41 ContentClient::ContentClient()
42 : browser_(NULL), plugin_(NULL), renderer_(NULL), utility_(NULL) { 42 : browser_(NULL), plugin_(NULL), renderer_(NULL), utility_(NULL) {
43 } 43 }
44 44
45 ContentClient::~ContentClient() { 45 ContentClient::~ContentClient() {
46 } 46 }
47 47
48 } // namespace content 48 } // namespace content
OLDNEW
« no previous file with comments | « content/public/common/content_client.h ('k') | content/public/plugin/content_plugin_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698