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

Side by Side Diff: content/renderer/pepper/url_request_info_util.h

Issue 942963003: Cleanup: Fix content header include guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 9 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 (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 CONTENT_RENDERER_PEPPER_URL_REQUEST_INFO_UTIL_H_ 5 #ifndef CONTENT_RENDERER_PEPPER_URL_REQUEST_INFO_UTIL_H_
6 #define CONTENT_RENDERER_PEPPER_URL_REQUEST_INFO_UTIL_H_ 6 #define CONTENT_RENDERER_PEPPER_URL_REQUEST_INFO_UTIL_H_
7 7
8 #include "base/memory/ref_counted.h" 8 #include "base/memory/ref_counted.h"
9 #include "content/common/content_export.h" 9 #include "content/common/content_export.h"
10 #include "ppapi/c/pp_instance.h" 10 #include "ppapi/c/pp_instance.h"
(...skipping 17 matching lines...) Expand all
28 ppapi::URLRequestInfoData* data, 28 ppapi::URLRequestInfoData* data,
29 blink::WebFrame* frame, 29 blink::WebFrame* frame,
30 blink::WebURLRequest* dest); 30 blink::WebURLRequest* dest);
31 31
32 // Returns true if universal access is required to use the given request. 32 // Returns true if universal access is required to use the given request.
33 CONTENT_EXPORT bool URLRequestRequiresUniversalAccess( 33 CONTENT_EXPORT bool URLRequestRequiresUniversalAccess(
34 const ppapi::URLRequestInfoData& data); 34 const ppapi::URLRequestInfoData& data);
35 35
36 } // namespace content 36 } // namespace content
37 37
38 #endif // CONTENT_RENDERER_PEPPER_PPB_URL_REQUEST_INFO_UTIL_H_ 38 #endif // CONTENT_RENDERER_PEPPER_URL_REQUEST_INFO_UTIL_H_
OLDNEW
« no previous file with comments | « content/renderer/pepper/resource_converter.h ('k') | content/renderer/pepper/v8_var_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698