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

Unified Diff: chrome/renderer/render_thread.h

Issue 3032027: Header cleanup in chrome/renderer/. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: change away from lazy initialization Created 10 years, 5 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_impl.cc ('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
diff --git a/chrome/renderer/render_thread.h b/chrome/renderer/render_thread.h
index 22b38bec9b6f7f6abc52a4a01a5136e527ab212c..55d53d6ddb8fc7dd7431e8e3fda72c3d53f025aa 100644
--- a/chrome/renderer/render_thread.h
+++ b/chrome/renderer/render_thread.h
@@ -6,13 +6,11 @@
#define CHROME_RENDERER_RENDER_THREAD_H_
#pragma once
-#include <set>
#include <string>
#include <vector>
#include "base/shared_memory.h"
#include "base/string16.h"
-#include "base/task.h"
#include "base/time.h"
#include "base/timer.h"
#include "build/build_config.h"
@@ -20,7 +18,6 @@
#include "chrome/common/css_colors.h"
#include "chrome/renderer/visitedlink_slave.h"
#include "gfx/native_widget_types.h"
-#include "ipc/ipc_channel_handle.h"
#include "ipc/ipc_platform_file.h"
class AppCacheDispatcher;
@@ -49,6 +46,10 @@ struct ViewMsg_ExtensionExtentsUpdated_Params;
struct ViewMsg_New_Params;
struct WebPreferences;
+namespace IPC {
+struct ChannelHandle;
+}
+
namespace WebKit {
class WebStorageEventDispatcher;
}
« no previous file with comments | « chrome/renderer/render_process_impl.cc ('k') | chrome/renderer/render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698