Index: webrtc/rtc_base/memory_usage.cc |
diff --git a/webrtc/rtc_base/memory_usage.cc b/webrtc/rtc_base/memory_usage.cc |
index d37a702332581f8f214006f383983e87e64e097c..34fb910ee95d8e72bf1ec5599cb0ab3b68743d61 100644 |
--- a/webrtc/rtc_base/memory_usage.cc |
+++ b/webrtc/rtc_base/memory_usage.cc |
@@ -8,7 +8,7 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/base/memory_usage.h" |
+#include "webrtc/rtc_base/memory_usage.h" |
#if defined(WEBRTC_LINUX) |
#include <unistd.h> |
@@ -22,7 +22,7 @@ |
#include <psapi.h> |
#endif |
-#include "webrtc/base/logging.h" |
+#include "webrtc/rtc_base/logging.h" |
namespace rtc { |