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

Side by Side Diff: ios/web/public/test/http_server.h

Issue 1544743002: Switch to standard integer types in ios/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 IOS_WEB_PUBLIC_TEST_HTTP_SERVER_H_ 5 #ifndef IOS_WEB_PUBLIC_TEST_HTTP_SERVER_H_
6 #define IOS_WEB_PUBLIC_TEST_HTTP_SERVER_H_ 6 #define IOS_WEB_PUBLIC_TEST_HTTP_SERVER_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #import "base/mac/scoped_nsobject.h" 10 #import "base/mac/scoped_nsobject.h"
11 #include "base/macros.h"
11 #include "base/memory/ref_counted.h" 12 #include "base/memory/ref_counted.h"
12 #include "base/memory/scoped_ptr.h" 13 #include "base/memory/scoped_ptr.h"
13 #include "base/memory/scoped_vector.h" 14 #include "base/memory/scoped_vector.h"
14 #include "base/synchronization/lock.h" 15 #include "base/synchronization/lock.h"
15 #include "ios/web/public/test/response_providers/response_provider.h" 16 #include "ios/web/public/test/response_providers/response_provider.h"
16 17
17 @class GCDWebServer; 18 @class GCDWebServer;
18 19
19 namespace web { 20 namespace web {
20 namespace test { 21 namespace test {
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 // The list of providers to service a request. 125 // The list of providers to service a request.
125 std::vector<scoped_refptr<RefCountedResponseProviderWrapper>> providers_; 126 std::vector<scoped_refptr<RefCountedResponseProviderWrapper>> providers_;
126 DISALLOW_COPY_AND_ASSIGN(HttpServer); 127 DISALLOW_COPY_AND_ASSIGN(HttpServer);
127 }; 128 };
128 129
129 } // namespace test 130 } // namespace test
130 } // namspace web 131 } // namspace web
131 132
132 #endif // IOS_WEB_PUBLIC_TEST_HTTP_SERVER_H_ 133 #endif // IOS_WEB_PUBLIC_TEST_HTTP_SERVER_H_
133 134
OLDNEW
« no previous file with comments | « ios/web/public/string_util.h ('k') | ios/web/public/test/response_providers/response_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698