diff options
author | grunell <grunell@chromium.org> | 2015-09-18 01:17:41 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-18 08:18:23 +0000 |
commit | cf1329463368a6268a492f57145f3c3c8d25c368 (patch) | |
tree | b8f068324bca0fee2481b65cdbc769650070a31b /jingle | |
parent | d08578ef643313509b6db4400c73b9e8b6c227c9 (diff) | |
download | chromium_src-cf1329463368a6268a492f57145f3c3c8d25c368.zip chromium_src-cf1329463368a6268a492f57145f3c3c8d25c368.tar.gz chromium_src-cf1329463368a6268a492f57145f3c3c8d25c368.tar.bz2 |
Added some missing includes, removed one include and removed an undef.
Found this when working on removing WebRTC's dependency on Chromium.
These updates makes the WebRTC Chromium FYI bots green.
BUG=468375
TBR=sergeyu@chromium.org,nick@chromium.org
Review URL: https://codereview.chromium.org/1346883003
Cr-Commit-Position: refs/heads/master@{#349631}
Diffstat (limited to 'jingle')
-rw-r--r-- | jingle/notifier/listener/push_notifications_listen_task.h | 1 | ||||
-rw-r--r-- | jingle/notifier/listener/push_notifications_subscribe_task.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/jingle/notifier/listener/push_notifications_listen_task.h b/jingle/notifier/listener/push_notifications_listen_task.h index d5bdf06..033827a 100644 --- a/jingle/notifier/listener/push_notifications_listen_task.h +++ b/jingle/notifier/listener/push_notifications_listen_task.h @@ -14,6 +14,7 @@ #define JINGLE_NOTIFIER_PUSH_NOTIFICATIONS_LISTENER_LISTEN_TASK_H_ #include "base/compiler_specific.h" +#include "base/macros.h" #include "webrtc/libjingle/xmpp/xmpptask.h" namespace buzz { diff --git a/jingle/notifier/listener/push_notifications_subscribe_task.h b/jingle/notifier/listener/push_notifications_subscribe_task.h index a26c5e5..3a90f70 100644 --- a/jingle/notifier/listener/push_notifications_subscribe_task.h +++ b/jingle/notifier/listener/push_notifications_subscribe_task.h @@ -12,6 +12,7 @@ #include "base/compiler_specific.h" #include "base/gtest_prod_util.h" +#include "base/macros.h" #include "jingle/notifier/listener/notification_defines.h" #include "third_party/webrtc/libjingle/xmllite/xmlelement.h" #include "webrtc/libjingle/xmpp/xmpptask.h" |