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

Unified Diff: content/renderer/render_process_impl.cc

Issue 16328003: Move a bunch of child-only code from content/common to content/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: deps for single process Created 7 years, 6 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
Index: content/renderer/render_process_impl.cc
diff --git a/content/renderer/render_process_impl.cc b/content/renderer/render_process_impl.cc
index 1edc6230eac1174d7862a34c62f92d3d1c0c6870..628be3951e3cc5cd6d834bb8a756c7f50c51a92a 100644
--- a/content/renderer/render_process_impl.cc
+++ b/content/renderer/render_process_impl.cc
@@ -8,8 +8,8 @@
#if defined(OS_WIN)
#include <windows.h>
-#include <objidl.h>
#include <mlang.h>
+#include <objidl.h>
#endif
#include "base/basictypes.h"
@@ -18,7 +18,7 @@
#include "base/message_loop.h"
#include "base/sys_info.h"
#include "base/utf_string_conversions.h"
-#include "content/common/child_thread.h"
+#include "content/child/child_thread.h"
#include "content/common/view_messages.h"
#include "content/public/common/content_switches.h"
#include "content/public/renderer/content_renderer_client.h"

Powered by Google App Engine
This is Rietveld 408576698