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

Unified Diff: third_party/mojo/src/mojo/public/cpp/bindings/map.h

Issue 954643002: Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use run_renderer_in_process() Created 5 years, 10 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: third_party/mojo/src/mojo/public/cpp/bindings/map.h
diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/map.h b/third_party/mojo/src/mojo/public/cpp/bindings/map.h
index 8ac183f39da04d1a1e44a0036e9e7a7bfbe7a034..09ca4ad951ef0bb2736f389bde6329ffc2ac4e60 100644
--- a/third_party/mojo/src/mojo/public/cpp/bindings/map.h
+++ b/third_party/mojo/src/mojo/public/cpp/bindings/map.h
@@ -25,9 +25,9 @@ class Map {
MOJO_MOVE_ONLY_TYPE(Map)
public:
- // Map keys can not be move only classes.
+ // Map keys cannot be move only classes.
static_assert(!internal::IsMoveOnlyType<Key>::value,
- "Map keys can not be move only types.");
+ "Map keys cannot be move only types.");
typedef internal::MapTraits<Key,
Value,

Powered by Google App Engine
This is Rietveld 408576698