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

Side by Side Diff: components/invalidation/impl/gcm_network_channel.h

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 COMPONENTS_INVALIDATION_IMPL_GCM_NETWORK_CHANNEL_H_ 5 #ifndef COMPONENTS_INVALIDATION_IMPL_GCM_NETWORK_CHANNEL_H_
6 #define COMPONENTS_INVALIDATION_IMPL_GCM_NETWORK_CHANNEL_H_ 6 #define COMPONENTS_INVALIDATION_IMPL_GCM_NETWORK_CHANNEL_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h"
11 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/macros.h"
12 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
13 #include "base/threading/non_thread_safe.h" 13 #include "base/threading/non_thread_safe.h"
14 #include "components/invalidation/impl/gcm_network_channel_delegate.h" 14 #include "components/invalidation/impl/gcm_network_channel_delegate.h"
15 #include "components/invalidation/impl/sync_system_resources.h" 15 #include "components/invalidation/impl/sync_system_resources.h"
16 #include "components/invalidation/public/invalidation_export.h" 16 #include "components/invalidation/public/invalidation_export.h"
17 #include "net/base/backoff_entry.h" 17 #include "net/base/backoff_entry.h"
18 #include "net/base/network_change_notifier.h" 18 #include "net/base/network_change_notifier.h"
19 #include "net/url_request/url_fetcher_delegate.h" 19 #include "net/url_request/url_fetcher_delegate.h"
20 #include "url/gurl.h" 20 #include "url/gurl.h"
21 21
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 GCMNetworkChannelDiagnostic diagnostic_info_; 127 GCMNetworkChannelDiagnostic diagnostic_info_;
128 128
129 base::WeakPtrFactory<GCMNetworkChannel> weak_factory_; 129 base::WeakPtrFactory<GCMNetworkChannel> weak_factory_;
130 130
131 DISALLOW_COPY_AND_ASSIGN(GCMNetworkChannel); 131 DISALLOW_COPY_AND_ASSIGN(GCMNetworkChannel);
132 }; 132 };
133 133
134 } // namespace syncer 134 } // namespace syncer
135 135
136 #endif // COMPONENTS_INVALIDATION_IMPL_GCM_NETWORK_CHANNEL_H_ 136 #endif // COMPONENTS_INVALIDATION_IMPL_GCM_NETWORK_CHANNEL_H_
OLDNEW
« no previous file with comments | « components/invalidation/impl/gcm_invalidation_bridge_unittest.cc ('k') | components/invalidation/impl/gcm_network_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698