Index: webrtc/modules/desktop_capture/shared_desktop_frame.h |
diff --git a/webrtc/modules/desktop_capture/shared_desktop_frame.h b/webrtc/modules/desktop_capture/shared_desktop_frame.h |
index 4b1d7ba04fd2ff24105439b66143ccdc140c91c1..f4c3b673425904440c1728d84fa580f98053f29a 100644 |
--- a/webrtc/modules/desktop_capture/shared_desktop_frame.h |
+++ b/webrtc/modules/desktop_capture/shared_desktop_frame.h |
@@ -11,10 +11,10 @@ |
#ifndef WEBRTC_MODULES_DESKTOP_CAPTURE_SHARED_DESKTOP_FRAME_H_ |
#define WEBRTC_MODULES_DESKTOP_CAPTURE_SHARED_DESKTOP_FRAME_H_ |
+#include "webrtc/base/constructormagic.h" |
+#include "webrtc/base/refcount.h" |
+#include "webrtc/base/scoped_ref_ptr.h" |
#include "webrtc/modules/desktop_capture/desktop_frame.h" |
-#include "webrtc/rtc_base/constructormagic.h" |
-#include "webrtc/rtc_base/refcount.h" |
-#include "webrtc/rtc_base/scoped_ref_ptr.h" |
namespace webrtc { |