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

Unified Diff: net/url_request/url_request_file_dir_job.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: net/url_request/url_request_file_dir_job.h
diff --git a/net/url_request/url_request_file_dir_job.h b/net/url_request/url_request_file_dir_job.h
index f8974930d01d370840bbe84f4941763ca3425f0b..3c68b4035c54a03eb419085e708adfe17687b788 100644
--- a/net/url_request/url_request_file_dir_job.h
+++ b/net/url_request/url_request_file_dir_job.h
@@ -14,9 +14,8 @@
namespace net {
-class URLRequestFileDirJob
- : public URLRequestJob,
- public DirectoryLister::DirectoryListerDelegate {
+class URLRequestFileDirJob : public URLRequestJob,
+ public DirectoryLister::DirectoryListerDelegate {
public:
URLRequestFileDirJob(URLRequest* request,
NetworkDelegate* network_delegate,
@@ -51,7 +50,7 @@ class URLRequestFileDirJob
void CompleteRead();
// Fills a buffer with the output.
- bool FillReadBuffer(char *buf, int buf_size, int *bytes_read);
+ bool FillReadBuffer(char* buf, int buf_size, int* bytes_read);
DirectoryLister lister_;
base::FilePath dir_path_;

Powered by Google App Engine
This is Rietveld 408576698