Include files from webrtc/.. paths in video_engine/

BUG=1662
R=mflodman@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1492004

git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4056 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/video_engine/vie_sync_module.h b/video_engine/vie_sync_module.h
index e16d3f2..51246c1 100644
--- a/video_engine/vie_sync_module.h
+++ b/video_engine/vie_sync_module.h
@@ -14,11 +14,11 @@
 #ifndef WEBRTC_VIDEO_ENGINE_VIE_SYNC_MODULE_H_
 #define WEBRTC_VIDEO_ENGINE_VIE_SYNC_MODULE_H_
 
-#include "modules/interface/module.h"
-#include "system_wrappers/interface/scoped_ptr.h"
-#include "system_wrappers/interface/tick_util.h"
-#include "video_engine/stream_synchronization.h"
-#include "voice_engine/include/voe_video_sync.h"
+#include "webrtc/modules/interface/module.h"
+#include "webrtc/system_wrappers/interface/scoped_ptr.h"
+#include "webrtc/system_wrappers/interface/tick_util.h"
+#include "webrtc/video_engine/stream_synchronization.h"
+#include "webrtc/voice_engine/include/voe_video_sync.h"
 
 namespace webrtc {