From 28b7c07f08b7880ccf175b0ef461f65f2e97359f Mon Sep 17 00:00:00 2001 From: "henrike@webrtc.org" Date: Tue, 20 May 2014 15:20:44 +0000 Subject: 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/webrtc@6202 4adac7df-926f-26a2-2b94-8c16560cd09d --- test/fake_network_pipe.h | 2 +- test/mac/video_renderer_mac.h | 2 +- test/test_suite.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/fake_network_pipe.h b/test/fake_network_pipe.h index 3dcda298..b9690e79 100644 --- a/test/fake_network_pipe.h +++ b/test/fake_network_pipe.h @@ -13,7 +13,7 @@ #include -#include "webrtc/system_wrappers/interface/constructor_magic.h" +#include "webrtc/base/constructormagic.h" #include "webrtc/system_wrappers/interface/event_wrapper.h" #include "webrtc/system_wrappers/interface/scoped_ptr.h" #include "webrtc/typedefs.h" diff --git a/test/mac/video_renderer_mac.h b/test/mac/video_renderer_mac.h index 7701840c..7950b0f9 100644 --- a/test/mac/video_renderer_mac.h +++ b/test/mac/video_renderer_mac.h @@ -11,8 +11,8 @@ #ifndef WEBRTC_VIDEO_ENGINE_TEST_COMMON_MAC_VIDEO_RENDERER_MAC_H_ #define WEBRTC_VIDEO_ENGINE_TEST_COMMON_MAC_VIDEO_RENDERER_MAC_H_ +#include "webrtc/base/constructormagic.h" #include "webrtc/test/gl/gl_renderer.h" -#include "webrtc/system_wrappers/interface/constructor_magic.h" @class CocoaWindow; diff --git a/test/test_suite.h b/test/test_suite.h index 16c03579..e28fb233 100644 --- a/test/test_suite.h +++ b/test/test_suite.h @@ -17,7 +17,7 @@ // instantiate this class in your main function and call its Run method to run // any gtest based tests that are linked into your executable. -#include "webrtc/system_wrappers/interface/constructor_magic.h" +#include "webrtc/base/constructormagic.h" #include "webrtc/system_wrappers/interface/scoped_ptr.h" namespace webrtc { -- cgit v1.2.3