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

Side by Side Diff: components/nacl/renderer/manifest_downloader.h

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn 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 #include <stddef.h>
6 #include <stdint.h>
7
5 #include <string> 8 #include <string>
6 9
7 #include "base/callback.h" 10 #include "base/callback.h"
8 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
9 #include "components/nacl/renderer/ppb_nacl_private.h" 12 #include "components/nacl/renderer/ppb_nacl_private.h"
10 #include "third_party/WebKit/public/platform/WebURLLoaderClient.h" 13 #include "third_party/WebKit/public/platform/WebURLLoaderClient.h"
11 14
12 namespace blink { 15 namespace blink {
13 struct WebURLError; 16 struct WebURLError;
14 class WebURLLoader; 17 class WebURLLoader;
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 57
55 scoped_ptr<blink::WebURLLoader> url_loader_; 58 scoped_ptr<blink::WebURLLoader> url_loader_;
56 bool is_installed_; 59 bool is_installed_;
57 Callback cb_; 60 Callback cb_;
58 std::string buffer_; 61 std::string buffer_;
59 int status_code_; 62 int status_code_;
60 PP_NaClError pp_nacl_error_; 63 PP_NaClError pp_nacl_error_;
61 }; 64 };
62 65
63 } // namespace nacl 66 } // namespace nacl
OLDNEW
« no previous file with comments | « components/nacl/renderer/json_manifest.cc ('k') | components/nacl/renderer/manifest_service_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698