summaryrefslogtreecommitdiffstats
path: root/cc/resources
diff options
context:
space:
mode:
Diffstat (limited to 'cc/resources')
-rw-r--r--cc/resources/bitmap_skpicture_content_layer_updater.cc2
-rw-r--r--cc/resources/content_layer_updater.cc2
-rw-r--r--cc/resources/memory_history.h2
-rw-r--r--cc/resources/picture_pile_impl.h2
-rw-r--r--cc/resources/raster_worker_pool_perftest.cc2
-rw-r--r--cc/resources/resource_update_controller.h2
-rw-r--r--cc/resources/worker_pool_perftest.cc2
7 files changed, 7 insertions, 7 deletions
diff --git a/cc/resources/bitmap_skpicture_content_layer_updater.cc b/cc/resources/bitmap_skpicture_content_layer_updater.cc
index 9661da5..2c00099 100644
--- a/cc/resources/bitmap_skpicture_content_layer_updater.cc
+++ b/cc/resources/bitmap_skpicture_content_layer_updater.cc
@@ -4,7 +4,7 @@
#include "cc/resources/bitmap_skpicture_content_layer_updater.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "cc/debug/rendering_stats_instrumentation.h"
#include "cc/resources/layer_painter.h"
#include "cc/resources/prioritized_resource.h"
diff --git a/cc/resources/content_layer_updater.cc b/cc/resources/content_layer_updater.cc
index d15f02a..c9c2ecc 100644
--- a/cc/resources/content_layer_updater.cc
+++ b/cc/resources/content_layer_updater.cc
@@ -5,7 +5,7 @@
#include "cc/resources/content_layer_updater.h"
#include "base/debug/trace_event.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "cc/debug/rendering_stats_instrumentation.h"
#include "cc/resources/layer_painter.h"
#include "third_party/skia/include/core/SkCanvas.h"
diff --git a/cc/resources/memory_history.h b/cc/resources/memory_history.h
index 43762bc..daca10f 100644
--- a/cc/resources/memory_history.h
+++ b/cc/resources/memory_history.h
@@ -7,7 +7,7 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "cc/debug/ring_buffer.h"
namespace cc {
diff --git a/cc/resources/picture_pile_impl.h b/cc/resources/picture_pile_impl.h
index 23011d9..c6c3ab3f 100644
--- a/cc/resources/picture_pile_impl.h
+++ b/cc/resources/picture_pile_impl.h
@@ -9,7 +9,7 @@
#include <map>
#include <vector>
-#include "base/time.h"
+#include "base/time/time.h"
#include "cc/base/cc_export.h"
#include "cc/resources/picture_pile_base.h"
#include "skia/ext/analysis_canvas.h"
diff --git a/cc/resources/raster_worker_pool_perftest.cc b/cc/resources/raster_worker_pool_perftest.cc
index 866daa8..c2470c2 100644
--- a/cc/resources/raster_worker_pool_perftest.cc
+++ b/cc/resources/raster_worker_pool_perftest.cc
@@ -4,7 +4,7 @@
#include "cc/resources/raster_worker_pool.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace cc {
diff --git a/cc/resources/resource_update_controller.h b/cc/resources/resource_update_controller.h
index b9fbfe1..97138bc 100644
--- a/cc/resources/resource_update_controller.h
+++ b/cc/resources/resource_update_controller.h
@@ -8,7 +8,7 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "cc/base/cc_export.h"
#include "cc/resources/resource_update_queue.h"
diff --git a/cc/resources/worker_pool_perftest.cc b/cc/resources/worker_pool_perftest.cc
index c32a59b..d708cf5 100644
--- a/cc/resources/worker_pool_perftest.cc
+++ b/cc/resources/worker_pool_perftest.cc
@@ -4,7 +4,7 @@
#include "cc/resources/worker_pool.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "cc/base/completion_event.h"
#include "testing/gtest/include/gtest/gtest.h"