| Index: cc/playback/pixel_ref_map_unittest.cc
|
| diff --git a/cc/resources/pixel_ref_map_unittest.cc b/cc/playback/pixel_ref_map_unittest.cc
|
| similarity index 99%
|
| rename from cc/resources/pixel_ref_map_unittest.cc
|
| rename to cc/playback/pixel_ref_map_unittest.cc
|
| index 4c40336bccbb601945366ce2cf80ebe89f4ff509..af88b44c8731cc4c37005d3345917b752a635d2f 100644
|
| --- a/cc/resources/pixel_ref_map_unittest.cc
|
| +++ b/cc/playback/pixel_ref_map_unittest.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "cc/resources/pixel_ref_map.h"
|
| +#include "cc/playback/pixel_ref_map.h"
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/values.h"
|
| -#include "cc/resources/picture.h"
|
| +#include "cc/playback/picture.h"
|
| #include "cc/test/fake_content_layer_client.h"
|
| #include "cc/test/skia_common.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|