diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-20 06:07:02 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-20 06:07:02 +0000 |
commit | b6aedfff89cd93f07c1c38a13062801e81bf26e4 (patch) | |
tree | 149fc7328f7519484719bfd8826347b2b6e8f777 /chrome/common/child_thread.cc | |
parent | 514e711ea07b6a1aef47ebf20250a37bd632402c (diff) | |
download | chromium_src-b6aedfff89cd93f07c1c38a13062801e81bf26e4.zip chromium_src-b6aedfff89cd93f07c1c38a13062801e81bf26e4.tar.gz chromium_src-b6aedfff89cd93f07c1c38a13062801e81bf26e4.tar.bz2 |
Fix release build break
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10081 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 8aca654..056c130 100644 --- a/chrome/common/child_thread.cc +++ b/chrome/common/child_thread.cc @@ -5,6 +5,7 @@ #include "chrome/common/child_thread.h" #include "base/command_line.h" +#include "base/string_util.h" #include "chrome/common/child_process.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/ipc_logging.h" |