| Index: cc/tiles/eviction_tile_priority_queue.cc
|
| diff --git a/cc/resources/eviction_tile_priority_queue.cc b/cc/tiles/eviction_tile_priority_queue.cc
|
| similarity index 99%
|
| rename from cc/resources/eviction_tile_priority_queue.cc
|
| rename to cc/tiles/eviction_tile_priority_queue.cc
|
| index 3a4cb832e41075cce8f14ab343eacda60879e22f..fb27448c2bee3bcd85e804ccc81b78804a03262e 100644
|
| --- a/cc/resources/eviction_tile_priority_queue.cc
|
| +++ b/cc/tiles/eviction_tile_priority_queue.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "cc/resources/eviction_tile_priority_queue.h"
|
| +#include "cc/tiles/eviction_tile_priority_queue.h"
|
|
|
| namespace cc {
|
|
|
|
|