aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/remote_bitrate_estimator/test/bwe_test.h
diff options
context:
space:
mode:
authorhenrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-05-20 15:20:44 +0000
committerhenrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-05-20 15:20:44 +0000
commit125ffd709dee39214e54d80fb277da66adc9ebd3 (patch)
treeccb05ad5d2ba50c7f2b3c0c05cb6bd5c288377d8 /webrtc/modules/remote_bitrate_estimator/test/bwe_test.h
parent4059c2f5794062880cf7d790ae837760d47f8090 (diff)
downloadwebrtc-125ffd709dee39214e54d80fb277da66adc9ebd3.tar.gz
Switch to using base/constructormagic.h and remove system_wrappers/interface/constructor_magic.h.
BUG=N/A R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/19519004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6202 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc/modules/remote_bitrate_estimator/test/bwe_test.h')
-rw-r--r--webrtc/modules/remote_bitrate_estimator/test/bwe_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe_test.h b/webrtc/modules/remote_bitrate_estimator/test/bwe_test.h
index ef35179757..495906537b 100644
--- a/webrtc/modules/remote_bitrate_estimator/test/bwe_test.h
+++ b/webrtc/modules/remote_bitrate_estimator/test/bwe_test.h
@@ -12,9 +12,9 @@
#include <string>
#include <vector>
#include "gtest/gtest.h"
+#include "webrtc/base/constructormagic.h"
#include "webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h"
#include "webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h"
-#include "webrtc/system_wrappers/interface/constructor_magic.h"
namespace webrtc {