| Index: cc/resources/texture_mailbox.h
|
| diff --git a/cc/texture_mailbox.h b/cc/resources/texture_mailbox.h
|
| similarity index 91%
|
| rename from cc/texture_mailbox.h
|
| rename to cc/resources/texture_mailbox.h
|
| index 2292c97ffb06e7235fa49befec79920dbd3f691e..2cf3de19f347f6799037e6c6b901bd2751e6708f 100644
|
| --- a/cc/texture_mailbox.h
|
| +++ b/cc/resources/texture_mailbox.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_TEXTURE_MAILBOX_H_
|
| -#define CC_TEXTURE_MAILBOX_H_
|
| +#ifndef CC_RESOURCES_TEXTURE_MAILBOX_H_
|
| +#define CC_RESOURCES_TEXTURE_MAILBOX_H_
|
|
|
| #include <string>
|
|
|
| @@ -47,4 +47,4 @@ class CC_EXPORT TextureMailbox {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_TEXTURE_MAILBOX_H_
|
| +#endif // CC_RESOURCES_TEXTURE_MAILBOX_H_
|
|
|