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

Unified Diff: chrome/renderer/debug_message_handler.cc

Issue 20072: Finish taking out render_messages.h include from other headers. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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
Index: chrome/renderer/debug_message_handler.cc
===================================================================
--- chrome/renderer/debug_message_handler.cc (revision 9207)
+++ chrome/renderer/debug_message_handler.cc (working copy)
@@ -3,6 +3,8 @@
// found in the LICENSE file.
#include "chrome/renderer/debug_message_handler.h"
+
+#include "chrome/common/render_messages.h"
#include "chrome/renderer/render_view.h"
////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698