OLD | NEW |
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef CHROME_BROWSER_SYNC_NOTIFIER_COMMUNICATOR_MAILBOX_H_ | 5 #ifndef CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_MAILBOX_H_ |
6 #define CHROME_BROWSER_SYNC_NOTIFIER_COMMUNICATOR_MAILBOX_H_ | 6 #define CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_MAILBOX_H_ |
7 | 7 |
8 #include <set> | 8 #include <set> |
9 #include <string> | 9 #include <string> |
10 #include <vector> | 10 #include <vector> |
11 | 11 |
12 #include "talk/base/basictypes.h" | 12 #include "talk/base/basictypes.h" |
13 #include "talk/base/linked_ptr.h" | 13 #include "talk/base/linked_ptr.h" |
14 | 14 |
15 namespace buzz { | 15 namespace buzz { |
16 class XmlElement; | 16 class XmlElement; |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 int64 highest_thread_id_; | 156 int64 highest_thread_id_; |
157 }; | 157 }; |
158 | 158 |
159 std::string GetSenderHtml(const MailSenderList& sender_list, | 159 std::string GetSenderHtml(const MailSenderList& sender_list, |
160 int message_count, | 160 int message_count, |
161 const std::string& me_address, | 161 const std::string& me_address, |
162 int space); | 162 int space); |
163 | 163 |
164 } // namespace notifier | 164 } // namespace notifier |
165 | 165 |
166 #endif // CHROME_BROWSER_SYNC_NOTIFIER_COMMUNICATOR_MAILBOX_H_ | 166 #endif // CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_MAILBOX_H_ |
OLD | NEW |