Update includes for webrtc/{base => rtc_base} rename (1/3)

I used a command like this to update the paths:
perl -pi -e "s/webrtc\/base/webrtc\/rtc_base/g" `find webrtc/rtc_base -name "*.cc" -o -name "*.h"`

The only manual edit is to add an include of webrtc/rtc_base/checks.h in
webrtc/modules/audio_device/android/opensles_common.h, which likely
was needed due to changed include paths due to 'git cl format'.

BUG=webrtc:7634
NOTRY=True
NOPRESUBMIT=True

Review-Url: https://codereview.webrtc.org/2969653002
Cr-Commit-Position: refs/heads/master@{#18871}
This commit is contained in:
kjellander
2017-06-30 14:02:00 -07:00
committed by Commit Bot
parent c3771cc4d3
commit c8fa692ec4
877 changed files with 1596 additions and 1601 deletions

View File

@ -12,7 +12,7 @@
#include <algorithm>
#include "webrtc/base/logging.h"
#include "webrtc/rtc_base/logging.h"
namespace webrtc {

View File

@ -13,7 +13,7 @@
#include <cstddef>
#include "webrtc/base/numerics/exp_filter.h"
#include "webrtc/rtc_base/numerics/exp_filter.h"
#include "webrtc/typedefs.h"
namespace webrtc {

View File

@ -10,7 +10,7 @@
#include "webrtc/modules/video_coding/utility/frame_dropper.h"
#include "webrtc/base/logging.h"
#include "webrtc/rtc_base/logging.h"
#include "webrtc/test/gtest.h"
namespace webrtc {

View File

@ -13,9 +13,9 @@
#include <string>
#include <utility>
#include "webrtc/base/checks.h"
#include "webrtc/base/logging.h"
#include "webrtc/modules/rtp_rtcp/source/byte_io.h"
#include "webrtc/rtc_base/checks.h"
#include "webrtc/rtc_base/logging.h"
// TODO(palmkvist): make logging more informative in the absence of a file name
// (or get one)

View File

@ -14,11 +14,11 @@
#include <memory>
#include <string>
#include "webrtc/base/constructormagic.h"
#include "webrtc/base/file.h"
#include "webrtc/base/timeutils.h"
#include "webrtc/common_video/include/video_frame.h"
#include "webrtc/modules/include/module_common_types.h"
#include "webrtc/rtc_base/constructormagic.h"
#include "webrtc/rtc_base/file.h"
#include "webrtc/rtc_base/timeutils.h"
namespace webrtc {

View File

@ -12,11 +12,11 @@
#include <memory>
#include "webrtc/base/helpers.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/thread.h"
#include "webrtc/base/timeutils.h"
#include "webrtc/modules/rtp_rtcp/source/byte_io.h"
#include "webrtc/rtc_base/helpers.h"
#include "webrtc/rtc_base/logging.h"
#include "webrtc/rtc_base/thread.h"
#include "webrtc/rtc_base/timeutils.h"
#include "webrtc/test/gtest.h"
#include "webrtc/test/testsupport/fileutils.h"

View File

@ -13,7 +13,7 @@
#include <vector>
#include "webrtc/base/optional.h"
#include "webrtc/rtc_base/optional.h"
namespace webrtc {
class MovingAverage {

View File

@ -15,9 +15,9 @@
#include <algorithm>
#include <memory>
#include "webrtc/base/checks.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/task_queue.h"
#include "webrtc/rtc_base/checks.h"
#include "webrtc/rtc_base/logging.h"
#include "webrtc/rtc_base/task_queue.h"
// TODO(kthelgason): Some versions of Android have issues with log2.
// See https://code.google.com/p/android/issues/detail?id=212634 for details

View File

@ -13,11 +13,11 @@
#include <utility>
#include "webrtc/common_types.h"
#include "webrtc/api/video_codecs/video_encoder.h"
#include "webrtc/base/optional.h"
#include "webrtc/base/sequenced_task_checker.h"
#include "webrtc/common_types.h"
#include "webrtc/modules/video_coding/utility/moving_average.h"
#include "webrtc/rtc_base/optional.h"
#include "webrtc/rtc_base/sequenced_task_checker.h"
namespace webrtc {

View File

@ -12,8 +12,8 @@
#include <memory>
#include "webrtc/base/event.h"
#include "webrtc/base/task_queue.h"
#include "webrtc/rtc_base/event.h"
#include "webrtc/rtc_base/task_queue.h"
#include "webrtc/test/gmock.h"
#include "webrtc/test/gtest.h"

View File

@ -9,7 +9,7 @@
*/
#include "webrtc/modules/video_coding/utility/vp8_header_parser.h"
#include "webrtc/base/logging.h"
#include "webrtc/rtc_base/logging.h"
namespace webrtc {

View File

@ -9,8 +9,8 @@
*/
#include "webrtc/modules/video_coding/utility/vp9_uncompressed_header_parser.h"
#include "webrtc/base/bitbuffer.h"
#include "webrtc/base/logging.h"
#include "webrtc/rtc_base/bitbuffer.h"
#include "webrtc/rtc_base/logging.h"
namespace webrtc {