Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(318)

Unified Diff: webrtc/rtc_base/opensslstreamadapter.cc

Issue 2963273002: Update includes for webrtc/{base => rtc_base} rename (3/3) (Closed)
Patch Set: git cl format Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/rtc_base/opensslstreamadapter.h ('k') | webrtc/rtc_base/optional.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/opensslstreamadapter.cc
diff --git a/webrtc/rtc_base/opensslstreamadapter.cc b/webrtc/rtc_base/opensslstreamadapter.cc
index d1c16a126eb9a06b8acf8c9cf842d4d9371ab8ec..1c0b57894acd8de29a0bb5d9565ae079168053f6 100644
--- a/webrtc/rtc_base/opensslstreamadapter.cc
+++ b/webrtc/rtc_base/opensslstreamadapter.cc
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/base/opensslstreamadapter.h"
+#include "webrtc/rtc_base/opensslstreamadapter.h"
#include <openssl/bio.h>
#include <openssl/crypto.h>
@@ -24,17 +24,17 @@
#include <memory>
#include <vector>
-#include "webrtc/base/checks.h"
-#include "webrtc/base/logging.h"
-#include "webrtc/base/safe_conversions.h"
-#include "webrtc/base/stream.h"
-#include "webrtc/base/openssl.h"
-#include "webrtc/base/openssladapter.h"
-#include "webrtc/base/openssldigest.h"
-#include "webrtc/base/opensslidentity.h"
-#include "webrtc/base/stringutils.h"
-#include "webrtc/base/timeutils.h"
-#include "webrtc/base/thread.h"
+#include "webrtc/rtc_base/checks.h"
+#include "webrtc/rtc_base/logging.h"
+#include "webrtc/rtc_base/openssl.h"
+#include "webrtc/rtc_base/openssladapter.h"
+#include "webrtc/rtc_base/openssldigest.h"
+#include "webrtc/rtc_base/opensslidentity.h"
+#include "webrtc/rtc_base/safe_conversions.h"
+#include "webrtc/rtc_base/stream.h"
+#include "webrtc/rtc_base/stringutils.h"
+#include "webrtc/rtc_base/thread.h"
+#include "webrtc/rtc_base/timeutils.h"
namespace {
bool g_use_time_callback_for_testing = false;
« no previous file with comments | « webrtc/rtc_base/opensslstreamadapter.h ('k') | webrtc/rtc_base/optional.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698