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

Side by Side Diff: google_apis/gcm/engine/connection_factory_impl.h

Issue 1548673002: Switch to standard integer types in google_apis/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 12 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
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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 GOOGLE_APIS_GCM_ENGINE_CONNECTION_FACTORY_IMPL_H_ 5 #ifndef GOOGLE_APIS_GCM_ENGINE_CONNECTION_FACTORY_IMPL_H_
6 #define GOOGLE_APIS_GCM_ENGINE_CONNECTION_FACTORY_IMPL_H_ 6 #define GOOGLE_APIS_GCM_ENGINE_CONNECTION_FACTORY_IMPL_H_
7 7
8 #include "google_apis/gcm/engine/connection_factory.h" 8 #include "google_apis/gcm/engine/connection_factory.h"
9 9
10 #include <stddef.h>
11
12 #include "base/macros.h"
10 #include "base/memory/weak_ptr.h" 13 #include "base/memory/weak_ptr.h"
11 #include "base/time/time.h" 14 #include "base/time/time.h"
12 #include "google_apis/gcm/engine/connection_handler.h" 15 #include "google_apis/gcm/engine/connection_handler.h"
13 #include "google_apis/gcm/protocol/mcs.pb.h" 16 #include "google_apis/gcm/protocol/mcs.pb.h"
14 #include "net/base/backoff_entry.h" 17 #include "net/base/backoff_entry.h"
15 #include "net/base/network_change_notifier.h" 18 #include "net/base/network_change_notifier.h"
16 #include "net/proxy/proxy_info.h" 19 #include "net/proxy/proxy_info.h"
17 #include "net/proxy/proxy_service.h" 20 #include "net/proxy/proxy_service.h"
18 #include "net/socket/client_socket_handle.h" 21 #include "net/socket/client_socket_handle.h"
19 #include "url/gurl.h" 22 #include "url/gurl.h"
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 ConnectionListener* listener_; 199 ConnectionListener* listener_;
197 200
198 base::WeakPtrFactory<ConnectionFactoryImpl> weak_ptr_factory_; 201 base::WeakPtrFactory<ConnectionFactoryImpl> weak_ptr_factory_;
199 202
200 DISALLOW_COPY_AND_ASSIGN(ConnectionFactoryImpl); 203 DISALLOW_COPY_AND_ASSIGN(ConnectionFactoryImpl);
201 }; 204 };
202 205
203 } // namespace gcm 206 } // namespace gcm
204 207
205 #endif // GOOGLE_APIS_GCM_ENGINE_CONNECTION_FACTORY_IMPL_H_ 208 #endif // GOOGLE_APIS_GCM_ENGINE_CONNECTION_FACTORY_IMPL_H_
OLDNEW
« no previous file with comments | « google_apis/gcm/engine/checkin_request_unittest.cc ('k') | google_apis/gcm/engine/connection_handler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698