Index: blimp/client/core/compositor/blob_image_serialization_processor.h |
diff --git a/blimp/client/feature/compositor/blob_image_serialization_processor.h b/blimp/client/core/compositor/blob_image_serialization_processor.h |
similarity index 92% |
rename from blimp/client/feature/compositor/blob_image_serialization_processor.h |
rename to blimp/client/core/compositor/blob_image_serialization_processor.h |
index 8e96e2ac24f5d23c6f7e35c1a2d2be51b5e4bb94..155910da21d052350d76efe8bbc6d951f33c1bb2 100644 |
--- a/blimp/client/feature/compositor/blob_image_serialization_processor.h |
+++ b/blimp/client/core/compositor/blob_image_serialization_processor.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_BLOB_IMAGE_SERIALIZATION_PROCESSOR_H_ |
-#define BLIMP_CLIENT_FEATURE_COMPOSITOR_BLOB_IMAGE_SERIALIZATION_PROCESSOR_H_ |
+#ifndef BLIMP_CLIENT_CORE_COMPOSITOR_BLOB_IMAGE_SERIALIZATION_PROCESSOR_H_ |
+#define BLIMP_CLIENT_CORE_COMPOSITOR_BLOB_IMAGE_SERIALIZATION_PROCESSOR_H_ |
#include <memory> |
@@ -81,4 +81,4 @@ class BlobImageSerializationProcessor : public cc::ImageSerializationProcessor { |
} // namespace client |
} // namespace blimp |
-#endif // BLIMP_CLIENT_FEATURE_COMPOSITOR_BLOB_IMAGE_SERIALIZATION_PROCESSOR_H_ |
+#endif // BLIMP_CLIENT_CORE_COMPOSITOR_BLOB_IMAGE_SERIALIZATION_PROCESSOR_H_ |