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

Unified Diff: chrome/renderer/render_thread.h

Issue 20112: Cleanup forward declared classes that are not needed. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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 | « chrome/renderer/render_process.h ('k') | chrome/test/automation/automation_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_thread.h
===================================================================
--- chrome/renderer/render_thread.h (revision 9264)
+++ chrome/renderer/render_thread.h (working copy)
@@ -5,6 +5,8 @@
#ifndef CHROME_RENDERER_RENDER_THREAD_H_
#define CHROME_RENDERER_RENDER_THREAD_H_
+#include <vector>
+
#include "base/file_path.h"
#include "base/gfx/native_widget_types.h"
#include "base/ref_counted.h"
@@ -17,7 +19,6 @@
#include "chrome/common/modal_dialog_event.h"
class SkBitmap;
-class Task;
class VisitedLinkSlave;
struct WebPreferences;
class RenderDnsMaster;
@@ -56,7 +57,7 @@
public RenderThreadBase,
public base::Thread {
public:
- RenderThread(const std::wstring& channel_name);
+ explicit RenderThread(const std::wstring& channel_name);
virtual ~RenderThread();
// IPC::Channel::Listener implementation:
@@ -141,7 +142,7 @@
int in_send_;
- DISALLOW_EVIL_CONSTRUCTORS(RenderThread);
+ DISALLOW_COPY_AND_ASSIGN(RenderThread);
};
// The global RenderThread object for this process. Note that this should only
« no previous file with comments | « chrome/renderer/render_process.h ('k') | chrome/test/automation/automation_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698