| Index: cc/resources/resource.cc
|
| diff --git a/cc/resource.cc b/cc/resources/resource.cc
|
| similarity index 96%
|
| rename from cc/resource.cc
|
| rename to cc/resources/resource.cc
|
| index 1fca7d756ced323448f3f4fed55be3c555f80d08..6c06c3e57215b39cfdb9933829bc8fced966d351 100644
|
| --- a/cc/resource.cc
|
| +++ b/cc/resources/resource.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/resource.h"
|
| +#include "cc/resources/resource.h"
|
| #include "third_party/khronos/GLES2/gl2ext.h"
|
|
|
| namespace cc {
|
|
|