Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(794)

Unified Diff: media/base/video_frame_metadata.h

Issue 2799093006: Remove base::BinaryValue (Closed)
Patch Set: Rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/ipc_message_utils.cc ('k') | media/base/video_frame_metadata.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/video_frame_metadata.h
diff --git a/media/base/video_frame_metadata.h b/media/base/video_frame_metadata.h
index e83f80c4c20a26875defa2bd1618280a73420a50..069bcb28fb92aba5134f796610461b4d21a43576 100644
--- a/media/base/video_frame_metadata.h
+++ b/media/base/video_frame_metadata.h
@@ -163,7 +163,7 @@ class MEDIA_EXPORT VideoFrameMetadata {
void MergeMetadataFrom(const VideoFrameMetadata* metadata_source);
private:
- const base::BinaryValue* GetBinaryValue(Key key) const;
+ const base::Value* GetBinaryValue(Key key) const;
base::DictionaryValue dictionary_;
« no previous file with comments | « ipc/ipc_message_utils.cc ('k') | media/base/video_frame_metadata.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698