| Index: cc/resources/layer_updater.cc
|
| diff --git a/cc/layer_updater.cc b/cc/resources/layer_updater.cc
|
| similarity index 80%
|
| rename from cc/layer_updater.cc
|
| rename to cc/resources/layer_updater.cc
|
| index 43073aa8160cc559e9e8972d8365796ecab3fcc2..aa7d1a4622e1793cade1ebd1813fd7794997af4f 100644
|
| --- a/cc/layer_updater.cc
|
| +++ b/cc/resources/layer_updater.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "cc/layer_updater.h"
|
| +#include "cc/resources/layer_updater.h"
|
|
|
| -#include "cc/prioritized_resource.h"
|
| +#include "cc/resources/prioritized_resource.h"
|
|
|
| namespace cc {
|
|
|
|
|