summaryrefslogtreecommitdiffstats
path: root/cc/resources
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-28 00:33:36 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-28 00:33:36 +0000
commit27882cc4d1b3776294f9af1cc3d51633de70f512 (patch)
tree6c110546c4ab6d90a9143899efce65a323d3645f /cc/resources
parentb66484ebec72042d2807198c59b205577d18c450 (diff)
downloadchromium_src-27882cc4d1b3776294f9af1cc3d51633de70f512.zip
chromium_src-27882cc4d1b3776294f9af1cc3d51633de70f512.tar.gz
chromium_src-27882cc4d1b3776294f9af1cc3d51633de70f512.tar.bz2
cc: Clean up the includes of a couple of CC Test Suite files.
This also fix the path to Range's header in a comment. BUG=None TEST=cc_unittests still links. R=danakj@chromium.org Review URL: https://codereview.chromium.org/137663007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247355 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/resources')
-rw-r--r--cc/resources/tile_priority.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/resources/tile_priority.cc b/cc/resources/tile_priority.cc
index 9cf4634..1523eef 100644
--- a/cc/resources/tile_priority.cc
+++ b/cc/resources/tile_priority.cc
@@ -9,7 +9,7 @@
namespace {
-// TODO(qinmin): modify ui/range/Range.h to support template so that we
+// TODO(qinmin): modify ui/gfx/range/range.h to support template so that we
// don't need to define this.
struct Range {
Range(float start, float end) : start_(start), end_(end) {}