Move base64.h to the proper location.
Move base64.h to the proper location and put redirect header into the old place to be able to switch downstream users on new location. Bug: webrtc:8366 Change-Id: I5191fe631d32178d2efd1315ca9abd4250102291 Reviewed-on: https://webrtc-review.googlesource.com/88223 Commit-Queue: Artem Titov <titovartem@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24069}
This commit is contained in:
@ -236,8 +236,8 @@ rtc_static_library("rtc_audio_video") {
|
||||
"../modules/video_coding:video_coding",
|
||||
"../modules/video_coding:video_coding_utility",
|
||||
"../rtc_base:audio_format_to_string",
|
||||
"../rtc_base:base64",
|
||||
"../rtc_base:checks",
|
||||
"../rtc_base/third_party/base64",
|
||||
]
|
||||
|
||||
sources = [
|
||||
|
@ -33,7 +33,6 @@
|
||||
#include "modules/audio_processing/aec_dump/aec_dump_factory.h"
|
||||
#include "modules/audio_processing/include/audio_processing.h"
|
||||
#include "rtc_base/arraysize.h"
|
||||
#include "rtc_base/base64.h"
|
||||
#include "rtc_base/byteorder.h"
|
||||
#include "rtc_base/constructormagic.h"
|
||||
#include "rtc_base/helpers.h"
|
||||
@ -42,6 +41,7 @@
|
||||
#include "rtc_base/stringencode.h"
|
||||
#include "rtc_base/strings/audio_format_to_string.h"
|
||||
#include "rtc_base/stringutils.h"
|
||||
#include "rtc_base/third_party/base64/base64.h"
|
||||
#include "rtc_base/trace_event.h"
|
||||
#include "system_wrappers/include/field_trial.h"
|
||||
#include "system_wrappers/include/metrics.h"
|
||||
|
Reference in New Issue
Block a user