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

Unified Diff: content/public/browser/browser_child_process_host_iterator.h

Issue 9117006: Rename BrowserChildProcessHost implementation class to BrowserChildProcessHostImpl. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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 | « content/public/browser/DEPS ('k') | content/public/browser/browser_child_process_host_iterator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/browser_child_process_host_iterator.h
===================================================================
--- content/public/browser/browser_child_process_host_iterator.h (revision 118727)
+++ content/public/browser/browser_child_process_host_iterator.h (working copy)
@@ -11,7 +11,7 @@
#include "content/common/content_export.h"
#include "content/public/common/process_type.h"
-class BrowserChildProcessHost;
+class BrowserChildProcessHostImpl;
namespace IPC {
class Message;
@@ -42,7 +42,7 @@
private:
bool all_;
content::ProcessType type_;
- std::list<BrowserChildProcessHost*>::iterator iterator_;
+ std::list<BrowserChildProcessHostImpl*>::iterator iterator_;
};
// Helper class so that subclasses of BrowserChildProcessHostDelegate can be
« no previous file with comments | « content/public/browser/DEPS ('k') | content/public/browser/browser_child_process_host_iterator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698