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

Side by Side Diff: sync/internal_api/public/http_bridge.h

Issue 18919005: Migrate from googleurl/ includes to url/ ones in the remaining top-level directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make googleurl a temp include rule - to prevent others including it again Created 7 years, 5 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
« no previous file with comments | « sync/internal_api/public/base_node.h ('k') | sync/test/accounts_client/test_accounts_client.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 2012 The Chromium Authors. All rights reserved. 1 // Copyright 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 SYNC_INTERNAL_API_PUBLIC_HTTP_BRIDGE_H_ 5 #ifndef SYNC_INTERNAL_API_PUBLIC_HTTP_BRIDGE_H_
6 #define SYNC_INTERNAL_API_PUBLIC_HTTP_BRIDGE_H_ 6 #define SYNC_INTERNAL_API_PUBLIC_HTTP_BRIDGE_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "base/callback.h" 11 #include "base/callback.h"
12 #include "base/compiler_specific.h" 12 #include "base/compiler_specific.h"
13 #include "base/gtest_prod_util.h" 13 #include "base/gtest_prod_util.h"
14 #include "base/memory/ref_counted.h" 14 #include "base/memory/ref_counted.h"
15 #include "base/synchronization/lock.h" 15 #include "base/synchronization/lock.h"
16 #include "base/synchronization/waitable_event.h" 16 #include "base/synchronization/waitable_event.h"
17 #include "googleurl/src/gurl.h"
18 #include "net/base/network_time_notifier.h" 17 #include "net/base/network_time_notifier.h"
19 #include "net/url_request/url_fetcher_delegate.h" 18 #include "net/url_request/url_fetcher_delegate.h"
20 #include "net/url_request/url_request_context.h" 19 #include "net/url_request/url_request_context.h"
21 #include "net/url_request/url_request_context_getter.h" 20 #include "net/url_request/url_request_context_getter.h"
22 #include "sync/base/sync_export.h" 21 #include "sync/base/sync_export.h"
23 #include "sync/internal_api/public/http_post_provider_factory.h" 22 #include "sync/internal_api/public/http_post_provider_factory.h"
24 #include "sync/internal_api/public/http_post_provider_interface.h" 23 #include "sync/internal_api/public/http_post_provider_interface.h"
24 #include "url/gurl.h"
25 25
26 class HttpBridgeTest; 26 class HttpBridgeTest;
27 27
28 namespace base { 28 namespace base {
29 class MessageLoop; 29 class MessageLoop;
30 } 30 }
31 31
32 namespace net { 32 namespace net {
33 class HttpResponseHeaders; 33 class HttpResponseHeaders;
34 class HttpUserAgentSettings; 34 class HttpUserAgentSettings;
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 request_context_getter_; 249 request_context_getter_;
250 250
251 NetworkTimeUpdateCallback network_time_update_callback_; 251 NetworkTimeUpdateCallback network_time_update_callback_;
252 252
253 DISALLOW_COPY_AND_ASSIGN(HttpBridgeFactory); 253 DISALLOW_COPY_AND_ASSIGN(HttpBridgeFactory);
254 }; 254 };
255 255
256 } // namespace syncer 256 } // namespace syncer
257 257
258 #endif // SYNC_INTERNAL_API_PUBLIC_HTTP_BRIDGE_H_ 258 #endif // SYNC_INTERNAL_API_PUBLIC_HTTP_BRIDGE_H_
OLDNEW
« no previous file with comments | « sync/internal_api/public/base_node.h ('k') | sync/test/accounts_client/test_accounts_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698