diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-23 16:14:09 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-23 16:14:09 +0000 |
commit | 979c7e4ba84320a00faf1fa7ade83abcfe45b3e6 (patch) | |
tree | 271e32b6a073fb03b438273f328c2e7a032c5bbf /chrome/common/child_thread.cc | |
parent | 2aa9d6db185e4f21c46b04ed6f4ea90c29919fa0 (diff) | |
download | chromium_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/common/child_thread.cc')
-rw-r--r-- | chrome/common/child_thread.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/child_thread.cc b/chrome/common/child_thread.cc index e2f7c5f..9168570 100644 --- a/chrome/common/child_thread.cc +++ b/chrome/common/child_thread.cc @@ -11,6 +11,7 @@ #include "chrome/common/notification_service.h" #include "chrome/common/plugin_messages.h" #include "ipc/ipc_logging.h" +#include "ipc/ipc_switches.h" #include "webkit/glue/webkit_glue.h" |