summaryrefslogtreecommitdiff
path: root/includes/xmpmeta/jpeg_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/xmpmeta/jpeg_io.h')
-rw-r--r--includes/xmpmeta/jpeg_io.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/includes/xmpmeta/jpeg_io.h b/includes/xmpmeta/jpeg_io.h
index aba2b5a..4827e18 100644
--- a/includes/xmpmeta/jpeg_io.h
+++ b/includes/xmpmeta/jpeg_io.h
@@ -6,7 +6,8 @@
#include "base/port.h"
-namespace photos_editing_formats {
+namespace dynamic_depth {
+namespace xmpmeta {
// Contains the data for a section in a JPEG file.
// A JPEG file contains many sections in addition to image data.
@@ -48,6 +49,7 @@ std::vector<Section> Parse(const ParseOptions& options,
void WriteSections(const std::vector<Section>& sections,
std::ostream* output_stream);
-} // namespace photos_editing_formats
+} // namespace xmpmeta
+} // namespace dynamic_depth
#endif // DYNAMIC_DEPTH_INCLUDES_XMPMETA_JPEG_IO_H_ // NOLINT