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

Side by Side Diff: jingle/notifier/communicator/login.h

Issue 2554863002: Cleanup remaining class/struct fwd declarations (Closed)
Patch Set: Style fixes Created 4 years 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
« no previous file with comments | « ipc/ipc_message_pipe_reader.h ('k') | mojo/edk/system/data_pipe_consumer_dispatcher.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 JINGLE_NOTIFIER_COMMUNICATOR_LOGIN_H_ 5 #ifndef JINGLE_NOTIFIER_COMMUNICATOR_LOGIN_H_
6 #define JINGLE_NOTIFIER_COMMUNICATOR_LOGIN_H_ 6 #define JINGLE_NOTIFIER_COMMUNICATOR_LOGIN_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 10
11 #include "base/compiler_specific.h" 11 #include "base/compiler_specific.h"
12 #include "base/macros.h" 12 #include "base/macros.h"
13 #include "base/memory/ref_counted.h" 13 #include "base/memory/ref_counted.h"
14 #include "base/memory/weak_ptr.h" 14 #include "base/memory/weak_ptr.h"
15 #include "base/time/time.h" 15 #include "base/time/time.h"
16 #include "base/timer/timer.h" 16 #include "base/timer/timer.h"
17 #include "jingle/notifier/base/server_information.h" 17 #include "jingle/notifier/base/server_information.h"
18 #include "jingle/notifier/communicator/login_settings.h" 18 #include "jingle/notifier/communicator/login_settings.h"
19 #include "jingle/notifier/communicator/single_login_attempt.h" 19 #include "jingle/notifier/communicator/single_login_attempt.h"
20 #include "net/base/network_change_notifier.h" 20 #include "net/base/network_change_notifier.h"
21 #include "webrtc/libjingle/xmpp/xmppengine.h" 21 #include "webrtc/libjingle/xmpp/xmppengine.h"
22 22
23 namespace buzz { 23 namespace buzz {
24 class XmppClient;
25 class XmppClientSettings; 24 class XmppClientSettings;
26 class XmppTaskParentInterface; 25 class XmppTaskParentInterface;
27 } // namespace buzz 26 } // namespace buzz
28 27
29 namespace net { 28 namespace net {
30 class URLRequestContextGetter; 29 class URLRequestContextGetter;
31 } // namespace net 30 } // namespace net
32 31
33 namespace notifier { 32 namespace notifier {
34 33
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 // reconnection state. 122 // reconnection state.
124 base::TimeDelta reconnect_interval_; 123 base::TimeDelta reconnect_interval_;
125 base::OneShotTimer reconnect_timer_; 124 base::OneShotTimer reconnect_timer_;
126 125
127 DISALLOW_COPY_AND_ASSIGN(Login); 126 DISALLOW_COPY_AND_ASSIGN(Login);
128 }; 127 };
129 128
130 } // namespace notifier 129 } // namespace notifier
131 130
132 #endif // JINGLE_NOTIFIER_COMMUNICATOR_LOGIN_H_ 131 #endif // JINGLE_NOTIFIER_COMMUNICATOR_LOGIN_H_
OLDNEW
« no previous file with comments | « ipc/ipc_message_pipe_reader.h ('k') | mojo/edk/system/data_pipe_consumer_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698