summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/name_value_map.h
diff options
context:
space:
mode:
authorweitaosu@chromium.org <weitaosu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-10 03:57:06 +0000
committerweitaosu@chromium.org <weitaosu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-10 03:57:06 +0000
commit929fb4e415bec4565b9eea7254f5ac019c7648b5 (patch)
tree6eaf066b57413f021ebc2fdaaf35abf494721a8b /remoting/protocol/name_value_map.h
parent47b37a6c0e164891bfa3993687cd3cc3edd113c6 (diff)
downloadchromium_src-929fb4e415bec4565b9eea7254f5ac019c7648b5.zip
chromium_src-929fb4e415bec4565b9eea7254f5ac019c7648b5.tar.gz
chromium_src-929fb4e415bec4565b9eea7254f5ac019c7648b5.tar.bz2
Host offline status reporting.
This is change #1 of the Host offline status reporting work: 1. Define the structure of the offline status message. 2. The host sends the offline status message if the underlying XMPP connection is live. BUG=247245 Review URL: https://chromiumcodereview.appspot.com/18075003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210731 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/name_value_map.h')
-rw-r--r--remoting/protocol/name_value_map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/protocol/name_value_map.h b/remoting/protocol/name_value_map.h
index 79e8a47..02e7bc3 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 {