summaryrefslogtreecommitdiffstats
path: root/cc/frame_rate_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/frame_rate_controller.cc')
-rw-r--r--cc/frame_rate_controller.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/frame_rate_controller.cc b/cc/frame_rate_controller.cc
index a47f0d1..ae095c7 100644
--- a/cc/frame_rate_controller.cc
+++ b/cc/frame_rate_controller.cc
@@ -4,11 +4,11 @@
#include "config.h"
-#include "CCFrameRateController.h"
+#include "cc/frame_rate_controller.h"
-#include "CCDelayBasedTimeSource.h"
#include "base/debug/trace_event.h"
#include "base/logging.h"
+#include "cc/delay_based_time_source.h"
#include "cc/time_source.h"
#include <wtf/CurrentTime.h>