Index: webrtc/p2p/base/common.h |
diff --git a/webrtc/p2p/base/common.h b/webrtc/p2p/base/common.h |
index 8a3178c801c1f42cf5fc8a51c731631713b2f666..5dbe491f095435f34a7bbde916e0e366a6e6a06a 100644 |
--- a/webrtc/p2p/base/common.h |
+++ b/webrtc/p2p/base/common.h |
@@ -11,7 +11,7 @@ |
#ifndef WEBRTC_P2P_BASE_COMMON_H_ |
#define WEBRTC_P2P_BASE_COMMON_H_ |
-#include "webrtc/base/logging.h" |
+#include "webrtc/rtc_base/logging.h" |
// Common log description format for jingle messages |
#define LOG_J(sev, obj) LOG(sev) << "Jingle:" << obj->ToString() << ": " |