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

Side by Side Diff: ppapi/proxy/url_loader_resource.h

Issue 23484036: Add newlines to the end of files where they were missing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 3 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 | « ppapi/host/message_filter_host.cc ('k') | ppapi/proxy/url_loader_resource.cc » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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 PPAPI_PROXY_URL_LOADER_RESOURCE_H_ 5 #ifndef PPAPI_PROXY_URL_LOADER_RESOURCE_H_
6 #define PPAPI_PROXY_URL_LOADER_RESOURCE_H_ 6 #define PPAPI_PROXY_URL_LOADER_RESOURCE_H_
7 7
8 #include <deque> 8 #include <deque>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 136
137 // The response info if we've received it. 137 // The response info if we've received it.
138 scoped_refptr<URLResponseInfoResource> response_info_; 138 scoped_refptr<URLResponseInfoResource> response_info_;
139 139
140 DISALLOW_COPY_AND_ASSIGN(URLLoaderResource); 140 DISALLOW_COPY_AND_ASSIGN(URLLoaderResource);
141 }; 141 };
142 142
143 } // namespace proxy 143 } // namespace proxy
144 } // namespace ppapi 144 } // namespace ppapi
145 145
146 #endif // PPAPI_PROXY_URL_LOADER_RESOURCE_H_ 146 #endif // PPAPI_PROXY_URL_LOADER_RESOURCE_H_
OLDNEW
« no previous file with comments | « ppapi/host/message_filter_host.cc ('k') | ppapi/proxy/url_loader_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698