| Index: cc/resources/tile.cc
|
| diff --git a/cc/tile.cc b/cc/resources/tile.cc
|
| similarity index 95%
|
| rename from cc/tile.cc
|
| rename to cc/resources/tile.cc
|
| index d39aeea44d0440b8b0c73a5908ff0f8ecc91c9b2..48f3ae78ebd0600d04ab0f8ecce7d03f9389768d 100644
|
| --- a/cc/tile.cc
|
| +++ b/cc/resources/tile.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "cc/tile.h"
|
| +#include "cc/resources/tile.h"
|
|
|
| #include "base/stringprintf.h"
|
| -#include "cc/tile_manager.h"
|
| +#include "cc/resources/tile_manager.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
|
|
| namespace cc {
|
|
|