| Index: cc/playback/largest_display_item.h
|
| diff --git a/cc/resources/largest_display_item.h b/cc/playback/largest_display_item.h
|
| similarity index 69%
|
| rename from cc/resources/largest_display_item.h
|
| rename to cc/playback/largest_display_item.h
|
| index 93a18446b3e169e832f402c98b42150eb670aa9f..cce56719e4c66057c78c68656d24ab674bd706b1 100644
|
| --- a/cc/resources/largest_display_item.h
|
| +++ b/cc/playback/largest_display_item.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_RESOURCES_LARGEST_DISPLAY_ITEM_H_
|
| -#define CC_RESOURCES_LARGEST_DISPLAY_ITEM_H_
|
| +#ifndef CC_PLAYBACK_LARGEST_DISPLAY_ITEM_H_
|
| +#define CC_PLAYBACK_LARGEST_DISPLAY_ITEM_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "cc/base/cc_export.h"
|
| @@ -14,4 +14,4 @@ CC_EXPORT size_t LargestDisplayItemSize();
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_RESOURCES_LARGEST_DISPLAY_ITEM_H_
|
| +#endif // CC_PLAYBACK_LARGEST_DISPLAY_ITEM_H_
|
|
|