diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-27 21:39:48 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-27 21:39:48 +0000 |
commit | 1407b6eecf2fe8475e52ed628ac4ad57e1f0c1c0 (patch) | |
tree | 61cd89f2c6812566e74c83de1c21f9748da996f8 /remoting | |
parent | 396850c6a064652cf2e9afe45a2582553e80d2b8 (diff) | |
download | chromium_src-1407b6eecf2fe8475e52ed628ac4ad57e1f0c1c0.zip chromium_src-1407b6eecf2fe8475e52ed628ac4ad57e1f0c1c0.tar.gz chromium_src-1407b6eecf2fe8475e52ed628ac4ad57e1f0c1c0.tar.bz2 |
FBTF: Remove unneeded headers from base/ (part 7)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3176026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57737 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/base/encoder_verbatim.cc | 1 | ||||
-rw-r--r-- | remoting/base/encoder_zlib.cc | 1 | ||||
-rw-r--r-- | remoting/base/protocol_decoder.cc | 1 | ||||
-rw-r--r-- | remoting/base/protocol_util.cc | 1 | ||||
-rw-r--r-- | remoting/client/client_util_unittest.cc | 1 | ||||
-rw-r--r-- | remoting/client/plugin/chromoting_plugin_unittest.cc | 1 |
6 files changed, 4 insertions, 2 deletions
diff --git a/remoting/base/encoder_verbatim.cc b/remoting/base/encoder_verbatim.cc index d3821d7..d831006 100644 --- a/remoting/base/encoder_verbatim.cc +++ b/remoting/base/encoder_verbatim.cc @@ -4,6 +4,7 @@ #include "remoting/base/encoder_verbatim.h" +#include "base/logging.h" #include "gfx/rect.h" #include "media/base/data_buffer.h" #include "remoting/base/capture_data.h" diff --git a/remoting/base/encoder_zlib.cc b/remoting/base/encoder_zlib.cc index fdf8725..05533a9 100644 --- a/remoting/base/encoder_zlib.cc +++ b/remoting/base/encoder_zlib.cc @@ -4,6 +4,7 @@ #include "remoting/base/encoder_zlib.h" +#include "base/logging.h" #include "gfx/rect.h" #include "media/base/data_buffer.h" #include "remoting/base/capture_data.h" diff --git a/remoting/base/protocol_decoder.cc b/remoting/base/protocol_decoder.cc index 0dc8441..aa26e15 100644 --- a/remoting/base/protocol_decoder.cc +++ b/remoting/base/protocol_decoder.cc @@ -4,6 +4,7 @@ #include "remoting/base/protocol_decoder.h" +#include "base/logging.h" #include "remoting/base/multiple_array_input_stream.h" #include "talk/base/byteorder.h" diff --git a/remoting/base/protocol_util.cc b/remoting/base/protocol_util.cc index 6532230d..f009eb3 100644 --- a/remoting/base/protocol_util.cc +++ b/remoting/base/protocol_util.cc @@ -6,6 +6,7 @@ #include "base/basictypes.h" #include "base/hash_tables.h" +#include "base/logging.h" #include "talk/base/byteorder.h" namespace remoting { diff --git a/remoting/client/client_util_unittest.cc b/remoting/client/client_util_unittest.cc index b1c3d21..2c5a2ad 100644 --- a/remoting/client/client_util_unittest.cc +++ b/remoting/client/client_util_unittest.cc @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/logging.h" #include "base/scoped_ptr.h" #include "remoting/client/client_config.h" #include "remoting/client/client_util.h" diff --git a/remoting/client/plugin/chromoting_plugin_unittest.cc b/remoting/client/plugin/chromoting_plugin_unittest.cc index 2dc0358..30c6564 100644 --- a/remoting/client/plugin/chromoting_plugin_unittest.cc +++ b/remoting/client/plugin/chromoting_plugin_unittest.cc @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/logging.h" #include "base/scoped_ptr.h" #include "remoting/client/plugin/chromoting_plugin.h" #include "testing/gtest/include/gtest/gtest.h" |