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

Unified Diff: chrome/renderer/render_thread.h

Issue 21272: janitorial: browser_render_process_host header/lint cleanup. (try 2) (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/renderer/render_thread.cc » ('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 9603)
+++ chrome/renderer/render_thread.h (working copy)
@@ -7,23 +7,22 @@
#include <vector>
-#include "base/file_path.h"
#include "base/gfx/native_widget_types.h"
-#include "base/ref_counted.h"
#include "base/shared_memory.h"
#include "base/task.h"
#include "base/thread.h"
#include "build/build_config.h"
#include "chrome/common/ipc_sync_channel.h"
#include "chrome/common/message_router.h"
-#include "chrome/common/modal_dialog_event.h"
+class FilePath;
+class NotificationService;
+class RenderDnsMaster;
class SkBitmap;
+class UserScriptSlave;
class VisitedLinkSlave;
+struct ModalDialogEvent;
struct WebPreferences;
-class RenderDnsMaster;
-class NotificationService;
-class UserScriptSlave;
// The RenderThreadBase is the minimal interface that a RenderView/Widget
// expects from a render thread. The interface basically abstracts a way to send
« no previous file with comments | « chrome/renderer/render_process.h ('k') | chrome/renderer/render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698