summaryrefslogtreecommitdiff
path: root/includes/xmpmeta/xmp_const.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/xmpmeta/xmp_const.h')
-rw-r--r--includes/xmpmeta/xmp_const.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/includes/xmpmeta/xmp_const.h b/includes/xmpmeta/xmp_const.h
index c32ecd9..a71b3f8 100644
--- a/includes/xmpmeta/xmp_const.h
+++ b/includes/xmpmeta/xmp_const.h
@@ -1,7 +1,8 @@
#ifndef DYNAMIC_DEPTH_INCLUDES_XMPMETA_XMP_CONST_H_ // NOLINT
#define DYNAMIC_DEPTH_INCLUDES_XMPMETA_XMP_CONST_H_ // NOLINT
-namespace photos_editing_formats {
+namespace dynamic_depth {
+namespace xmpmeta {
// Constants used in writing XMP metadata.
struct XmpConst {
@@ -25,6 +26,7 @@ struct XmpConst {
static const int ExtendedMaxBufferSize();
};
-} // namespace photos_editing_formats
+} // namespace xmpmeta
+} // namespace dynamic_depth
#endif // DYNAMIC_DEPTH_INCLUDES_XMPMETA_XMP_CONST_H_ // NOLINT