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

Side by Side Diff: sync/test/fake_server/fake_server_http_post_provider.h

Issue 1545553003: Switch to standard integer types in sync/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 SYNC_TEST_FAKE_SERVER_FAKE_SERVER_HTTP_POST_PROVIDER_H_ 5 #ifndef SYNC_TEST_FAKE_SERVER_FAKE_SERVER_HTTP_POST_PROVIDER_H_
6 #define SYNC_TEST_FAKE_SERVER_FAKE_SERVER_HTTP_POST_PROVIDER_H_ 6 #define SYNC_TEST_FAKE_SERVER_FAKE_SERVER_HTTP_POST_PROVIDER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/callback.h" 10 #include "base/callback.h"
11 #include "base/macros.h"
11 #include "base/memory/ref_counted.h" 12 #include "base/memory/ref_counted.h"
12 #include "base/memory/weak_ptr.h" 13 #include "base/memory/weak_ptr.h"
13 #include "base/sequenced_task_runner.h" 14 #include "base/sequenced_task_runner.h"
14 #include "base/synchronization/waitable_event.h" 15 #include "base/synchronization/waitable_event.h"
15 #include "sync/internal_api/public/http_post_provider_factory.h" 16 #include "sync/internal_api/public/http_post_provider_factory.h"
16 #include "sync/internal_api/public/http_post_provider_interface.h" 17 #include "sync/internal_api/public/http_post_provider_interface.h"
17 18
18 namespace fake_server { 19 namespace fake_server {
19 20
20 class FakeServer; 21 class FakeServer;
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 // |fake_server_task_runner_| runs on. 84 // |fake_server_task_runner_| runs on.
84 base::WeakPtr<FakeServer> fake_server_; 85 base::WeakPtr<FakeServer> fake_server_;
85 scoped_refptr<base::SequencedTaskRunner> fake_server_task_runner_; 86 scoped_refptr<base::SequencedTaskRunner> fake_server_task_runner_;
86 87
87 DISALLOW_COPY_AND_ASSIGN(FakeServerHttpPostProviderFactory); 88 DISALLOW_COPY_AND_ASSIGN(FakeServerHttpPostProviderFactory);
88 }; 89 };
89 90
90 } // namespace fake_server 91 } // namespace fake_server
91 92
92 #endif // SYNC_TEST_FAKE_SERVER_FAKE_SERVER_HTTP_POST_PROVIDER_H_ 93 #endif // SYNC_TEST_FAKE_SERVER_FAKE_SERVER_HTTP_POST_PROVIDER_H_
OLDNEW
« no previous file with comments | « sync/test/fake_server/fake_server_entity.cc ('k') | sync/test/fake_server/fake_server_verifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698