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

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

Issue 1548813002: Switch to standard integer types in ppapi/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 years 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 | « ppapi/proxy/media_stream_video_track_resource.h ('k') | ppapi/proxy/mock_resource.h » ('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 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 PPAPI_PROXY_MESSAGE_HANDLER_H_ 5 #ifndef PPAPI_PROXY_MESSAGE_HANDLER_H_
6 #define PPAPI_PROXY_MESSAGE_HANDLER_H_ 6 #define PPAPI_PROXY_MESSAGE_HANDLER_H_
7 7
8 #include <stdint.h>
9
10 #include "base/macros.h"
8 #include "base/memory/ref_counted.h" 11 #include "base/memory/ref_counted.h"
9 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
10 #include "ppapi/c/pp_resource.h" 13 #include "ppapi/c/pp_resource.h"
11 #include "ppapi/c/ppp_message_handler.h" 14 #include "ppapi/c/ppp_message_handler.h"
12 #include "ppapi/proxy/ppapi_proxy_export.h" 15 #include "ppapi/proxy/ppapi_proxy_export.h"
13 16
14 namespace IPC { 17 namespace IPC {
15 class Message; 18 class Message;
16 } 19 }
17 20
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 void* user_data_; 68 void* user_data_;
66 scoped_refptr<MessageLoopResource> message_loop_; 69 scoped_refptr<MessageLoopResource> message_loop_;
67 70
68 DISALLOW_COPY_AND_ASSIGN(MessageHandler); 71 DISALLOW_COPY_AND_ASSIGN(MessageHandler);
69 }; 72 };
70 73
71 } // namespace proxy 74 } // namespace proxy
72 } // namespace ppapi 75 } // namespace ppapi
73 76
74 #endif // PPAPI_PROXY_MESSAGE_HANDLER_H_ 77 #endif // PPAPI_PROXY_MESSAGE_HANDLER_H_
OLDNEW
« no previous file with comments | « ppapi/proxy/media_stream_video_track_resource.h ('k') | ppapi/proxy/mock_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698