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

Side by Side Diff: content/child/web_data_consumer_handle_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, 11 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 #ifndef CONTENT_CHILD_WEB_DATA_CONSUMER_HANDLE_IMPL_H_ 5 #ifndef CONTENT_CHILD_WEB_DATA_CONSUMER_HANDLE_IMPL_H_
6 #define CONTENT_CHILD_WEB_DATA_CONSUMER_HANDLE_IMPL_H_ 6 #define CONTENT_CHILD_WEB_DATA_CONSUMER_HANDLE_IMPL_H_
7 7
8 #include <stddef.h>
9
8 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
9 #include "content/common/content_export.h" 11 #include "content/common/content_export.h"
10 #include "mojo/message_pump/handle_watcher.h" 12 #include "mojo/message_pump/handle_watcher.h"
11 #include "mojo/public/cpp/system/data_pipe.h" 13 #include "mojo/public/cpp/system/data_pipe.h"
12 #include "third_party/WebKit/public/platform/WebDataConsumerHandle.h" 14 #include "third_party/WebKit/public/platform/WebDataConsumerHandle.h"
13 15
14 namespace content { 16 namespace content {
15 17
16 class CONTENT_EXPORT WebDataConsumerHandleImpl final 18 class CONTENT_EXPORT WebDataConsumerHandleImpl final
17 : public NON_EXPORTED_BASE(blink::WebDataConsumerHandle) { 19 : public NON_EXPORTED_BASE(blink::WebDataConsumerHandle) {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 private: 51 private:
50 ReaderImpl* obtainReaderInternal(Client* client) override; 52 ReaderImpl* obtainReaderInternal(Client* client) override;
51 const char* debugName() const override; 53 const char* debugName() const override;
52 54
53 scoped_refptr<Context> context_; 55 scoped_refptr<Context> context_;
54 }; 56 };
55 57
56 } // namespace content 58 } // namespace content
57 59
58 #endif // CONTENT_CHILD_WEB_DATA_CONSUMER_HANDLE_IMPL_H_ 60 #endif // CONTENT_CHILD_WEB_DATA_CONSUMER_HANDLE_IMPL_H_
OLDNEW
« no previous file with comments | « content/child/v8_value_converter_impl_unittest.cc ('k') | content/child/web_data_consumer_handle_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698