| Index: remoting/protocol/name_value_map.h
|
| diff --git a/remoting/protocol/name_value_map.h b/remoting/protocol/name_value_map.h
|
| index 587188a269bf35303c58484bba7fe406bdf1ef44..ab66f3e43355e232ac85795595bc1afb14e85bdc 100644
|
| --- a/remoting/protocol/name_value_map.h
|
| +++ b/remoting/protocol/name_value_map.h
|
| @@ -4,6 +4,9 @@
|
| //
|
| // Helper functions that allow to map enum values to strings.
|
|
|
| +#ifndef REMOTING_PROTOCOL_NAME_VALUE_MAP_H_
|
| +#define REMOTING_PROTOCOL_NAME_VALUE_MAP_H_
|
| +
|
| #include <stddef.h>
|
|
|
| #include "base/logging.h"
|
| @@ -42,3 +45,5 @@ bool NameToValue(const NameMapElement<T> (&map)[N],
|
|
|
| } // namespace protocol
|
| } // namespace remoting
|
| +
|
| +#endif // REMOTING_PROTOCOL_NAME_VALUE_MAP_H_
|
|
|