From 1b0df5015cee39bfe3a2f1948422449bba068e9b Mon Sep 17 00:00:00 2001 From: "avi@chromium.org" Date: Thu, 27 Jun 2013 23:39:58 +0000 Subject: Use a direct include of time headers in cc/. BUG=254986 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/18120002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209027 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/resources/bitmap_skpicture_content_layer_updater.cc | 2 +- cc/resources/content_layer_updater.cc | 2 +- cc/resources/memory_history.h | 2 +- cc/resources/picture_pile_impl.h | 2 +- cc/resources/raster_worker_pool_perftest.cc | 2 +- cc/resources/resource_update_controller.h | 2 +- cc/resources/worker_pool_perftest.cc | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'cc/resources') 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 #include -#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" -- cgit v1.1