| Index: webrtc/base/base64.h
|
| diff --git a/webrtc/base/base64.h b/webrtc/base/base64.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1e28357a677d04e9c1908a111152017871016ec5
|
| --- /dev/null
|
| +++ b/webrtc/base/base64.h
|
| @@ -0,0 +1,20 @@
|
| +
|
| +//*********************************************************************
|
| +//* C_Base64 - a simple base64 encoder and decoder.
|
| +//*
|
| +//* Copyright (c) 1999, Bob Withers - bwit@pobox.com
|
| +//*
|
| +//* This code may be freely used for any purpose, either personal
|
| +//* or commercial, provided the authors copyright notice remains
|
| +//* intact.
|
| +//*********************************************************************
|
| +
|
| +#ifndef WEBRTC_BASE_BASE64_H_
|
| +#define WEBRTC_BASE_BASE64_H_
|
| +
|
| +
|
| +// This header is deprecated and is just left here temporarily during
|
| +// refactoring. See https://bugs.webrtc.org/7634 for more details.
|
| +#include "webrtc/rtc_base/base64.h"
|
| +
|
| +#endif // WEBRTC_BASE_BASE64_H_
|
|
|