| Index: cc/resources/resource_update_queue.cc
|
| diff --git a/cc/resource_update_queue.cc b/cc/resources/resource_update_queue.cc
|
| similarity index 95%
|
| rename from cc/resource_update_queue.cc
|
| rename to cc/resources/resource_update_queue.cc
|
| index 14ecab0897b85344f936f42127ebe1798ca80630..d301638ccb6e8c3f3dfb425d965493b83ad578ee 100644
|
| --- a/cc/resource_update_queue.cc
|
| +++ b/cc/resources/resource_update_queue.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/resource_update_queue.h"
|
| +#include "cc/resources/resource_update_queue.h"
|
|
|
| -#include "cc/prioritized_resource.h"
|
| +#include "cc/resources/prioritized_resource.h"
|
|
|
| namespace cc {
|
|
|
|
|