Index: webrtc/system_wrappers/include/logcat_trace_context.h |
diff --git a/webrtc/system_wrappers/interface/logcat_trace_context.h b/webrtc/system_wrappers/include/logcat_trace_context.h |
similarity index 95% |
rename from webrtc/system_wrappers/interface/logcat_trace_context.h |
rename to webrtc/system_wrappers/include/logcat_trace_context.h |
index d23e451f2e15bdf1173e9b4ab7cc7af8c29be6c0..0b74734043b6a96d05a922418969e73631aee3cf 100644 |
--- a/webrtc/system_wrappers/interface/logcat_trace_context.h |
+++ b/webrtc/system_wrappers/include/logcat_trace_context.h |
@@ -11,7 +11,7 @@ |
#ifndef WEBRTC_SYSTEM_WRAPPERS_INTERFACE_LOGCAT_TRACE_CONTEXT_H_ |
#define WEBRTC_SYSTEM_WRAPPERS_INTERFACE_LOGCAT_TRACE_CONTEXT_H_ |
-#include "webrtc/system_wrappers/interface/trace.h" |
+#include "webrtc/system_wrappers/include/trace.h" |
#ifndef ANDROID |
#error This file only makes sense to include on Android! |