Index: webrtc/system_wrappers/include/static_instance.h |
diff --git a/webrtc/system_wrappers/interface/static_instance.h b/webrtc/system_wrappers/include/static_instance.h |
similarity index 96% |
rename from webrtc/system_wrappers/interface/static_instance.h |
rename to webrtc/system_wrappers/include/static_instance.h |
index dad9c52dc9fcf4da2f9869dd27e23dd30e49c079..fd986b821da09b8da1b6ef0249d8eecd9a94bc31 100644 |
--- a/webrtc/system_wrappers/interface/static_instance.h |
+++ b/webrtc/system_wrappers/include/static_instance.h |
@@ -13,9 +13,9 @@ |
#include <assert.h> |
-#include "webrtc/system_wrappers/interface/critical_section_wrapper.h" |
+#include "webrtc/system_wrappers/include/critical_section_wrapper.h" |
#ifdef _WIN32 |
-#include "webrtc/system_wrappers/interface/fix_interlocked_exchange_pointer_win.h" |
+#include "webrtc/system_wrappers/include/fix_interlocked_exchange_pointer_win.h" |
#endif |
namespace webrtc { |