| Index: webrtc/video/overuse_frame_detector.h
 | 
| diff --git a/webrtc/video_engine/overuse_frame_detector.h b/webrtc/video/overuse_frame_detector.h
 | 
| similarity index 97%
 | 
| rename from webrtc/video_engine/overuse_frame_detector.h
 | 
| rename to webrtc/video/overuse_frame_detector.h
 | 
| index 63281d23732fd11149b5ba317621346278b6f85c..d53042af04fb0dc9d659e1003c4e1fe382b9f921 100644
 | 
| --- a/webrtc/video_engine/overuse_frame_detector.h
 | 
| +++ b/webrtc/video/overuse_frame_detector.h
 | 
| @@ -8,8 +8,8 @@
 | 
|   *  be found in the AUTHORS file in the root of the source tree.
 | 
|   */
 | 
|  
 | 
| -#ifndef WEBRTC_VIDEO_ENGINE_OVERUSE_FRAME_DETECTOR_H_
 | 
| -#define WEBRTC_VIDEO_ENGINE_OVERUSE_FRAME_DETECTOR_H_
 | 
| +#ifndef WEBRTC_VIDEO_OVERUSE_FRAME_DETECTOR_H_
 | 
| +#define WEBRTC_VIDEO_OVERUSE_FRAME_DETECTOR_H_
 | 
|  
 | 
|  #include "webrtc/base/constructormagic.h"
 | 
|  #include "webrtc/base/criticalsection.h"
 | 
| @@ -172,4 +172,4 @@ class OveruseFrameDetector : public Module {
 | 
|  
 | 
|  }  // namespace webrtc
 | 
|  
 | 
| -#endif  // WEBRTC_VIDEO_ENGINE_OVERUSE_FRAME_DETECTOR_H_
 | 
| +#endif  // WEBRTC_VIDEO_OVERUSE_FRAME_DETECTOR_H_
 | 
| 
 |