Index: cc/resources/bitmap_content_layer_updater.h |
diff --git a/cc/bitmap_content_layer_updater.h b/cc/resources/bitmap_content_layer_updater.h |
similarity index 91% |
rename from cc/bitmap_content_layer_updater.h |
rename to cc/resources/bitmap_content_layer_updater.h |
index 7f24c509018a94fe6e5eaf64fae0fa043cd0b6b5..0597f824f2d4d40f4ee4de1c55942f169d57fd62 100644 |
--- a/cc/bitmap_content_layer_updater.h |
+++ b/cc/resources/bitmap_content_layer_updater.h |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CC_BITMAP_CONTENT_LAYER_UPDATER_H_ |
-#define CC_BITMAP_CONTENT_LAYER_UPDATER_H_ |
+#ifndef CC_RESOURCES_BITMAP_CONTENT_LAYER_UPDATER_H_ |
+#define CC_RESOURCES_BITMAP_CONTENT_LAYER_UPDATER_H_ |
#include "cc/base/cc_export.h" |
-#include "cc/content_layer_updater.h" |
+#include "cc/resources/content_layer_updater.h" |
class SkCanvas; |
@@ -69,4 +69,4 @@ class CC_EXPORT BitmapContentLayerUpdater : public ContentLayerUpdater { |
} // namespace cc |
-#endif // CC_BITMAP_CONTENT_LAYER_UPDATER_H_ |
+#endif // CC_RESOURCES_BITMAP_CONTENT_LAYER_UPDATER_H_ |