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

Unified Diff: remoting/protocol/name_value_map.h

Issue 18075003: Host offline status reporting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 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/host/server_log_entry.cc ('k') | remoting/remoting.gyp » ('j') | 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 79e8a474d81f6540453e3f12c8e9ade233358eda..02e7bc30b5aa6fa7a636fe587d052ac3d32232c2 100644
--- a/remoting/protocol/name_value_map.h
+++ b/remoting/protocol/name_value_map.h
@@ -4,6 +4,10 @@
//
// Helper functions that allow to map enum values to strings.
+#include <stddef.h>
+
+#include "base/logging.h"
+
namespace remoting {
namespace protocol {
« no previous file with comments | « remoting/host/server_log_entry.cc ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698