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

Unified Diff: mojo/common/common_type_converters.h

Issue 2234443002: Mojo C++ binding: make device/usb mojom targets use STD string/vector types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move the vector converter into a private header. Created 4 years, 4 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
Index: mojo/common/common_type_converters.h
diff --git a/mojo/common/common_type_converters.h b/mojo/common/common_type_converters.h
index a065f050791d71a72d11cf9f88e648019839a31c..bf1e723b84d2eec6a1076d088bbd4f9d3938a806 100644
--- a/mojo/common/common_type_converters.h
+++ b/mojo/common/common_type_converters.h
@@ -6,6 +6,7 @@
#define MOJO_COMMON_COMMON_TYPE_CONVERTERS_H_
#include <stdint.h>
+#include <vector>
#include "base/strings/string16.h"
#include "base/strings/string_piece.h"

Powered by Google App Engine
This is Rietveld 408576698