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

Side by Side Diff: content/child/webblobregistry_impl.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
« no previous file with comments | « content/child/web_url_request_util.cc ('k') | content/child/webblobregistry_impl.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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 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 CONTENT_CHILD_WEBBLOBREGISTRY_IMPL_H_ 5 #ifndef CONTENT_CHILD_WEBBLOBREGISTRY_IMPL_H_
6 #define CONTENT_CHILD_WEBBLOBREGISTRY_IMPL_H_ 6 #define CONTENT_CHILD_WEBBLOBREGISTRY_IMPL_H_
7 7
8 #include <stddef.h>
9 #include <stdint.h>
10
8 #include <string> 11 #include <string>
9 #include <vector> 12 #include <vector>
10 13
11 #include "base/memory/ref_counted.h" 14 #include "base/memory/ref_counted.h"
12 #include "content/child/blob_storage/blob_consolidation.h" 15 #include "content/child/blob_storage/blob_consolidation.h"
13 #include "storage/common/data_element.h" 16 #include "storage/common/data_element.h"
14 #include "third_party/WebKit/public/platform/WebBlobRegistry.h" 17 #include "third_party/WebKit/public/platform/WebBlobRegistry.h"
15 18
16 namespace blink { 19 namespace blink {
17 class WebThreadSafeData; 20 class WebThreadSafeData;
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 BlobConsolidation consolidation_; 92 BlobConsolidation consolidation_;
90 scoped_refptr<ThreadSafeSender> sender_; 93 scoped_refptr<ThreadSafeSender> sender_;
91 }; 94 };
92 95
93 scoped_refptr<ThreadSafeSender> sender_; 96 scoped_refptr<ThreadSafeSender> sender_;
94 }; 97 };
95 98
96 } // namespace content 99 } // namespace content
97 100
98 #endif // CONTENT_CHILD_WEBBLOBREGISTRY_IMPL_H_ 101 #endif // CONTENT_CHILD_WEBBLOBREGISTRY_IMPL_H_
OLDNEW
« no previous file with comments | « content/child/web_url_request_util.cc ('k') | content/child/webblobregistry_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698