summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_process_host.cc
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-23 16:14:09 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-23 16:14:09 +0000
commit979c7e4ba84320a00faf1fa7ade83abcfe45b3e6 (patch)
tree271e32b6a073fb03b438273f328c2e7a032c5bbf /chrome/browser/plugin_process_host.cc
parent2aa9d6db185e4f21c46b04ed6f4ea90c29919fa0 (diff)
downloadchromium_src-979c7e4ba84320a00faf1fa7ade83abcfe45b3e6.zip
chromium_src-979c7e4ba84320a00faf1fa7ade83abcfe45b3e6.tar.gz
chromium_src-979c7e4ba84320a00faf1fa7ade83abcfe45b3e6.tar.bz2
Fix liner errors due to duplicate symbols in the switches. These switches
were moved to IPC, but the source ones in chrome/common were kept. Review URL: http://codereview.chromium.org/160014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21389 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_process_host.cc')
-rw-r--r--chrome/browser/plugin_process_host.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/plugin_process_host.cc b/chrome/browser/plugin_process_host.cc
index b3b3756..fe9addf 100644
--- a/chrome/browser/plugin_process_host.cc
+++ b/chrome/browser/plugin_process_host.cc
@@ -42,6 +42,7 @@
#include "chrome/common/render_messages.h"
#include "ipc/ipc_channel_handle.h"
#include "ipc/ipc_descriptors.h"
+#include "ipc/ipc_switches.h"
#include "net/base/cookie_monster.h"
#include "net/base/file_stream.h"
#include "net/base/io_buffer.h"