Chromium Code Reviews

Unified Diff: chrome/plugin/plugin_process.h

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, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/plugin/plugin_process.h
===================================================================
--- chrome/plugin/plugin_process.h (revision 9207)
+++ chrome/plugin/plugin_process.h (working copy)
@@ -5,6 +5,7 @@
#ifndef CHROME_PLUGIN_PLUGIN_PROCESS_H_
#define CHROME_PLUGIN_PLUGIN_PROCESS_H_
+#include "base/file_path.h"
#include "chrome/common/child_process.h"
#include "chrome/plugin/plugin_thread.h"

Powered by Google App Engine