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

Unified Diff: webrtc/rtc_base/md5.cc

Issue 2966523003: Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" (Closed)
Patch Set: Restoring prime suspect includes 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/mathutils.h ('k') | webrtc/rtc_base/md5digest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/md5.cc
diff --git a/webrtc/rtc_base/md5.cc b/webrtc/rtc_base/md5.cc
index fda6ddd2382a583ba280e0a2662968561b34c6b0..be4cac900d71868735855009fb1049e705e7dc6a 100644
--- a/webrtc/rtc_base/md5.cc
+++ b/webrtc/rtc_base/md5.cc
@@ -18,12 +18,12 @@
// Changes from original C code:
// Ported to C++, type casting, Google code style.
-#include "webrtc/base/md5.h"
+#include "webrtc/rtc_base/md5.h"
// TODO: Avoid memcmpy - hash directly from memory.
#include <string.h> // for memcpy().
-#include "webrtc/base/byteorder.h" // for RTC_ARCH_CPU_LITTLE_ENDIAN.
+#include "webrtc/rtc_base/byteorder.h" // for RTC_ARCH_CPU_LITTLE_ENDIAN.
namespace rtc {
« no previous file with comments | « webrtc/rtc_base/mathutils.h ('k') | webrtc/rtc_base/md5digest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698