Include files from webrtc/.. paths in common_video/

BUG=1662
R=stefan@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4167 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/common_video/plane.h b/common_video/plane.h
index 0b94f99..1b74f37 100644
--- a/common_video/plane.h
+++ b/common_video/plane.h
@@ -11,8 +11,8 @@
 #ifndef COMMON_VIDEO_PLANE_H
 #define COMMON_VIDEO_PLANE_H
 
-#include "system_wrappers/interface/aligned_malloc.h"
-#include "typedefs.h"  //NOLINT
+#include "webrtc/system_wrappers/interface/aligned_malloc.h"
+#include "webrtc/typedefs.h"
 
 namespace webrtc {