Chromium Code Reviews| Index: remoting/protocol/name_value_map.h |
| diff --git a/remoting/protocol/name_value_map.h b/remoting/protocol/name_value_map.h |
| index 02e7bc30b5aa6fa7a636fe587d052ac3d32232c2..587188a269bf35303c58484bba7fe406bdf1ef44 100644 |
| --- a/remoting/protocol/name_value_map.h |
| +++ b/remoting/protocol/name_value_map.h |
| @@ -24,7 +24,7 @@ const char* ValueToName(const NameMapElement<T> (&map)[N], T value) { |
| return map[i].name; |
| } |
| NOTREACHED(); |
| - return NULL; |
| + return nullptr; |
| } |
| template <typename T, size_t N> |