Include files from webrtc/.. paths in utility/.
BUG=1662
R=henrike@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/1786004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@4336 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/utility/source/frame_scaler.h b/webrtc/modules/utility/source/frame_scaler.h
index 4b2deae..cec5bfe 100644
--- a/webrtc/modules/utility/source/frame_scaler.h
+++ b/webrtc/modules/utility/source/frame_scaler.h
@@ -15,10 +15,10 @@
#ifdef WEBRTC_MODULE_UTILITY_VIDEO
-#include "common_video/interface/i420_video_frame.h"
-#include "engine_configurations.h"
-#include "modules/interface/module_common_types.h"
-#include "system_wrappers/interface/scoped_ptr.h"
+#include "webrtc/common_video/interface/i420_video_frame.h"
+#include "webrtc/engine_configurations.h"
+#include "webrtc/modules/interface/module_common_types.h"
+#include "webrtc/system_wrappers/interface/scoped_ptr.h"
namespace webrtc {