From 979c7e4ba84320a00faf1fa7ade83abcfe45b3e6 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Thu, 23 Jul 2009 16:14:09 +0000 Subject: 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 --- chrome/common/child_thread.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/common/child_thread.cc') 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" -- cgit v1.1