diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 03:53:27 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 03:53:27 +0000 |
commit | 303c79e9b4e5e2c786538a5b4721c1eea7a6a7c1 (patch) | |
tree | bb0bcb3537445c2186fc622c353b12e0d8e5403b /chrome/common/child_process_host.cc | |
parent | 6dffde32e9bf00108ebe936b06f02fc80ed09fb4 (diff) | |
download | chromium_src-303c79e9b4e5e2c786538a5b4721c1eea7a6a7c1.zip chromium_src-303c79e9b4e5e2c786538a5b4721c1eea7a6a7c1.tar.gz chromium_src-303c79e9b4e5e2c786538a5b4721c1eea7a6a7c1.tar.bz2 |
Fix release build break
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9936 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/child_process_host.cc')
-rw-r--r-- | chrome/common/child_process_host.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/child_process_host.cc b/chrome/common/child_process_host.cc index 14f2c8c..ac3c681 100644 --- a/chrome/common/child_process_host.cc +++ b/chrome/common/child_process_host.cc @@ -4,6 +4,7 @@ #include "chrome/common/child_process_host.h" +#include "base/compiler_specific.h" #include "base/logging.h" #include "base/message_loop.h" #include "base/singleton.h" |