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

Side by Side Diff: chrome/common/net/notifier/communicator/mailbox.h

Issue 1956001: Moved XMPP notifier library from chrome/browser/sync to chrome/common.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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_
OLDNEW
« no previous file with comments | « chrome/common/net/notifier/communicator/login_settings.cc ('k') | chrome/common/net/notifier/communicator/mailbox.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698