| Index: cc/resources/resource_update_queue.h
|
| diff --git a/cc/resource_update_queue.h b/cc/resources/resource_update_queue.h
|
| similarity index 87%
|
| rename from cc/resource_update_queue.h
|
| rename to cc/resources/resource_update_queue.h
|
| index b172a075049c0c624267e1ad17fdd9e40aaf6935..c8bb69b7cdc2172b158c71a7911a8bcb68b6717e 100644
|
| --- a/cc/resource_update_queue.h
|
| +++ b/cc/resources/resource_update_queue.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_RESOURCE_UPDATE_QUEUE_H_
|
| -#define CC_RESOURCE_UPDATE_QUEUE_H_
|
| +#ifndef CC_RESOURCES_RESOURCE_UPDATE_QUEUE_H_
|
| +#define CC_RESOURCES_RESOURCE_UPDATE_QUEUE_H_
|
|
|
| #include <deque>
|
| #include "base/basictypes.h"
|
| #include "cc/base/cc_export.h"
|
| #include "cc/output/texture_copier.h"
|
| -#include "cc/resource_update.h"
|
| +#include "cc/resources/resource_update.h"
|
|
|
| namespace cc {
|
|
|
| @@ -45,4 +45,4 @@ private:
|
|
|
| }
|
|
|
| -#endif // CC_RESOURCE_UPDATE_QUEUE_H_
|
| +#endif // CC_RESOURCES_RESOURCE_UPDATE_QUEUE_H_
|
|
|