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

Side by Side Diff: ppapi/host/instance_message_filter.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 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 | « ppapi/host/dispatch_host_message.h ('k') | ppapi/host/message_filter_host.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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_HOST_INSTANCE_MESSAGE_FILTER_H_ 5 #ifndef PPAPI_HOST_INSTANCE_MESSAGE_FILTER_H_
6 #define PPAPI_HOST_INSTANCE_MESSAGE_FILTER_H_ 6 #define PPAPI_HOST_INSTANCE_MESSAGE_FILTER_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/macros.h"
9 #include "ppapi/host/ppapi_host_export.h" 9 #include "ppapi/host/ppapi_host_export.h"
10 10
11 namespace IPC { 11 namespace IPC {
12 class Message; 12 class Message;
13 } 13 }
14 14
15 namespace ppapi { 15 namespace ppapi {
16 namespace host { 16 namespace host {
17 17
18 class PpapiHost; 18 class PpapiHost;
(...skipping 13 matching lines...) Expand all
32 private: 32 private:
33 PpapiHost* host_; 33 PpapiHost* host_;
34 34
35 DISALLOW_COPY_AND_ASSIGN(InstanceMessageFilter); 35 DISALLOW_COPY_AND_ASSIGN(InstanceMessageFilter);
36 }; 36 };
37 37
38 } // namespace host 38 } // namespace host
39 } // namespace ppapi 39 } // namespace ppapi
40 40
41 #endif // PPAPI_HOST_INSTANCE_MESSAGE_FILTER_H_ 41 #endif // PPAPI_HOST_INSTANCE_MESSAGE_FILTER_H_
OLDNEW
« no previous file with comments | « ppapi/host/dispatch_host_message.h ('k') | ppapi/host/message_filter_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698