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

Side by Side Diff: content/child/ftp_directory_listing_response_delegate.h

Issue 1544273002: Switch to standard integer types in content/. (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 // A delegate class of WebURLLoaderImpl that handles text/vnd.chromium.ftp-dir 5 // A delegate class of WebURLLoaderImpl that handles text/vnd.chromium.ftp-dir
6 // data. 6 // data.
7 7
8 #ifndef CONTENT_CHILD_FTP_DIRECTORY_LISTING_RESPONSE_DELEGATE_H_ 8 #ifndef CONTENT_CHILD_FTP_DIRECTORY_LISTING_RESPONSE_DELEGATE_H_
9 #define CONTENT_CHILD_FTP_DIRECTORY_LISTING_RESPONSE_DELEGATE_H_ 9 #define CONTENT_CHILD_FTP_DIRECTORY_LISTING_RESPONSE_DELEGATE_H_
10 10
11 #include <string> 11 #include <string>
12 12
13 #include "base/basictypes.h" 13 #include "base/macros.h"
14 #include "third_party/WebKit/public/platform/WebURLResponse.h" 14 #include "third_party/WebKit/public/platform/WebURLResponse.h"
15 15
16 namespace blink { 16 namespace blink {
17 class WebURLLoader; 17 class WebURLLoader;
18 class WebURLLoaderClient; 18 class WebURLLoaderClient;
19 } 19 }
20 20
21 class GURL; 21 class GURL;
22 22
23 namespace content { 23 namespace content {
(...skipping 23 matching lines...) Expand all
47 47
48 // Buffer for data received from the network. 48 // Buffer for data received from the network.
49 std::string buffer_; 49 std::string buffer_;
50 50
51 DISALLOW_COPY_AND_ASSIGN(FtpDirectoryListingResponseDelegate); 51 DISALLOW_COPY_AND_ASSIGN(FtpDirectoryListingResponseDelegate);
52 }; 52 };
53 53
54 } // namespace content 54 } // namespace content
55 55
56 #endif // CONTENT_CHILD_FTP_DIRECTORY_LISTING_RESPONSE_DELEGATE_H_ 56 #endif // CONTENT_CHILD_FTP_DIRECTORY_LISTING_RESPONSE_DELEGATE_H_
OLDNEW
« no previous file with comments | « content/child/fileapi/webfilewriter_impl.cc ('k') | content/child/ftp_directory_listing_response_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698