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

Unified Diff: remoting/protocol/name_value_map.h

Issue 2026123002: [Chromoting] Use google:remoting namespace to export remoting specific error codes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve review comments Created 4 years, 6 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 | « remoting/protocol/jingle_session.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « remoting/protocol/jingle_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698