diff options
-rw-r--r-- | base/debug/debugger_posix.cc | 2 | ||||
-rw-r--r-- | breakpad/pending/src/common/module.cc | 2 | ||||
-rw-r--r-- | chrome/browser/intents/web_intent_data.cc | 2 | ||||
-rw-r--r-- | chrome/tools/ipclist/ipcfuzz.cc | 2 | ||||
-rw-r--r-- | chrome_frame/test/reliability/page_load_test.cc | 2 | ||||
-rw-r--r-- | media/tools/shader_bench/shader_bench.cc | 2 | ||||
-rw-r--r-- | net/base/gzip_filter_unittest.cc | 2 | ||||
-rw-r--r-- | net/http/http_auth_filter_unittest.cc | 2 | ||||
-rw-r--r-- | net/tools/flip_server/epoll_server.cc | 4 | ||||
-rw-r--r-- | net/tools/flip_server/epoll_server.h | 2 | ||||
-rw-r--r-- | remoting/host/capturer_mac_unittest.cc | 2 | ||||
-rw-r--r-- | ui/gfx/transform_unittest.cc | 2 | ||||
-rw-r--r-- | views/touchui/gesture_manager.cc | 2 |
13 files changed, 14 insertions, 14 deletions
diff --git a/base/debug/debugger_posix.cc b/base/debug/debugger_posix.cc index b3c9bc8..089d53d 100644 --- a/base/debug/debugger_posix.cc +++ b/base/debug/debugger_posix.cc @@ -30,7 +30,7 @@ #include <sys/sysctl.h> #endif -#include <iostream> +#include <ostream> #include "base/basictypes.h" #include "base/eintr_wrapper.h" diff --git a/breakpad/pending/src/common/module.cc b/breakpad/pending/src/common/module.cc index 3a80e63..1ce09c8 100644 --- a/breakpad/pending/src/common/module.cc +++ b/breakpad/pending/src/common/module.cc @@ -38,7 +38,7 @@ #include <stdio.h> #include <string.h> -#include <iostream> +#include <ostream> namespace google_breakpad { diff --git a/chrome/browser/intents/web_intent_data.cc b/chrome/browser/intents/web_intent_data.cc index 1cf25f2..c3ae57d 100644 --- a/chrome/browser/intents/web_intent_data.cc +++ b/chrome/browser/intents/web_intent_data.cc @@ -4,7 +4,7 @@ #include "base/utf_string_conversions.h" #include "chrome/browser/intents/web_intent_data.h" -#include <iostream> +#include <ostream> WebIntentData::WebIntentData() {} diff --git a/chrome/tools/ipclist/ipcfuzz.cc b/chrome/tools/ipclist/ipcfuzz.cc index c094cd9..aa647cf9 100644 --- a/chrome/tools/ipclist/ipcfuzz.cc +++ b/chrome/tools/ipclist/ipcfuzz.cc @@ -3,7 +3,7 @@ // found in the LICENSE file. #include <algorithm> -#include <iostream> +#include <ostream> #include <set> #include <vector> diff --git a/chrome_frame/test/reliability/page_load_test.cc b/chrome_frame/test/reliability/page_load_test.cc index e001c76..5bbd1a5 100644 --- a/chrome_frame/test/reliability/page_load_test.cc +++ b/chrome_frame/test/reliability/page_load_test.cc @@ -20,7 +20,7 @@ // --noclearprofile: do not clear profile dir before firing up each time. // --savedebuglog: save Chrome, V8, and test debug log for each page loaded. #include <fstream> -#include <iostream> +#include <ostream> #include "base/command_line.h" #include "base/file_path.h" diff --git a/media/tools/shader_bench/shader_bench.cc b/media/tools/shader_bench/shader_bench.cc index fd4adc5..23ff542 100644 --- a/media/tools/shader_bench/shader_bench.cc +++ b/media/tools/shader_bench/shader_bench.cc @@ -3,7 +3,7 @@ // found in the LICENSE file. #include <deque> -#include <iostream> +#include <ostream> #include <stdio.h> #include <stdlib.h> diff --git a/net/base/gzip_filter_unittest.cc b/net/base/gzip_filter_unittest.cc index 2753701..8b76e8c 100644 --- a/net/base/gzip_filter_unittest.cc +++ b/net/base/gzip_filter_unittest.cc @@ -3,7 +3,7 @@ // found in the LICENSE file. #include <fstream> -#include <iostream> +#include <ostream> #if defined(USE_SYSTEM_ZLIB) #include <zlib.h> diff --git a/net/http/http_auth_filter_unittest.cc b/net/http/http_auth_filter_unittest.cc index 73f649e..0aab9d4 100644 --- a/net/http/http_auth_filter_unittest.cc +++ b/net/http/http_auth_filter_unittest.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include <iostream> +#include <ostream> #include "base/memory/scoped_ptr.h" diff --git a/net/tools/flip_server/epoll_server.cc b/net/tools/flip_server/epoll_server.cc index e8219b0..51d58c8 100644 --- a/net/tools/flip_server/epoll_server.cc +++ b/net/tools/flip_server/epoll_server.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -7,7 +7,7 @@ #include <stdlib.h> // for abort #include <errno.h> // for errno and strerror_r #include <algorithm> -#include <iostream> +#include <ostream> #include <utility> #include <vector> diff --git a/net/tools/flip_server/epoll_server.h b/net/tools/flip_server/epoll_server.h index 2af9fcf..56496c0 100644 --- a/net/tools/flip_server/epoll_server.h +++ b/net/tools/flip_server/epoll_server.h @@ -31,7 +31,7 @@ // the macro is defined. See the EventRecorder class interface // within the EpollServer class for more details. #ifdef EPOLL_SERVER_EVENT_TRACING -#include <iostream> +#include <ostream> #include "base/logging.h" #endif diff --git a/remoting/host/capturer_mac_unittest.cc b/remoting/host/capturer_mac_unittest.cc index 681282b..80deedb 100644 --- a/remoting/host/capturer_mac_unittest.cc +++ b/remoting/host/capturer_mac_unittest.cc @@ -6,7 +6,7 @@ #include <ApplicationServices/ApplicationServices.h> -#include <iostream> +#include <ostream> #include "base/callback.h" #include "base/memory/scoped_ptr.h" diff --git a/ui/gfx/transform_unittest.cc b/ui/gfx/transform_unittest.cc index c536237..623e439 100644 --- a/ui/gfx/transform_unittest.cc +++ b/ui/gfx/transform_unittest.cc @@ -4,7 +4,7 @@ #include "ui/gfx/transform.h" -#include <iostream> +#include <ostream> #include <limits> #include "base/basictypes.h" diff --git a/views/touchui/gesture_manager.cc b/views/touchui/gesture_manager.cc index 830ce04..44bb96c 100644 --- a/views/touchui/gesture_manager.cc +++ b/views/touchui/gesture_manager.cc @@ -4,7 +4,7 @@ #include "views/touchui/gesture_manager.h" #ifndef NDEBUG -#include <iostream> +#include <ostream> #endif #include "base/logging.h" |