Index: blimp/client/core/compositor/decoding_image_generator.h |
diff --git a/blimp/client/feature/compositor/decoding_image_generator.h b/blimp/client/core/compositor/decoding_image_generator.h |
similarity index 86% |
rename from blimp/client/feature/compositor/decoding_image_generator.h |
rename to blimp/client/core/compositor/decoding_image_generator.h |
index 3a3d2dea6113b89991c38f0e22dac505067fb937..7e9fbb572e878a9b433570dabf06406e08164853 100644 |
--- a/blimp/client/feature/compositor/decoding_image_generator.h |
+++ b/blimp/client/core/compositor/decoding_image_generator.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 BLIMP_CLIENT_FEATURE_COMPOSITOR_DECODING_IMAGE_GENERATOR_H_ |
-#define BLIMP_CLIENT_FEATURE_COMPOSITOR_DECODING_IMAGE_GENERATOR_H_ |
+#ifndef BLIMP_CLIENT_CORE_COMPOSITOR_DECODING_IMAGE_GENERATOR_H_ |
+#define BLIMP_CLIENT_CORE_COMPOSITOR_DECODING_IMAGE_GENERATOR_H_ |
#include "base/macros.h" |
#include "third_party/skia/include/core/SkImageGenerator.h" |
@@ -45,4 +45,4 @@ class DecodingImageGenerator : public SkImageGenerator { |
} // namespace client |
} // namespace blimp |
-#endif // BLIMP_CLIENT_FEATURE_COMPOSITOR_DECODING_IMAGE_GENERATOR_H_ |
+#endif // BLIMP_CLIENT_CORE_COMPOSITOR_DECODING_IMAGE_GENERATOR_H_ |