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

Side by Side Diff: content/renderer/pepper/pepper_device_enumeration_host_helper.h

Issue 1547073003: Switch to standard integer types in content/renderer/. (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
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 CONTENT_RENDERER_PEPPER_PEPPER_DEVICE_ENUMERATION_HOST_HELPER_H_ 5 #ifndef CONTENT_RENDERER_PEPPER_PEPPER_DEVICE_ENUMERATION_HOST_HELPER_H_
6 #define CONTENT_RENDERER_PEPPER_PEPPER_DEVICE_ENUMERATION_HOST_HELPER_H_ 6 #define CONTENT_RENDERER_PEPPER_PEPPER_DEVICE_ENUMERATION_HOST_HELPER_H_
7 7
8 #include <stdint.h>
9
8 #include <vector> 10 #include <vector>
9 11
10 #include "base/basictypes.h"
11 #include "base/callback_forward.h" 12 #include "base/callback_forward.h"
13 #include "base/macros.h"
12 #include "base/memory/scoped_ptr.h" 14 #include "base/memory/scoped_ptr.h"
13 #include "base/memory/weak_ptr.h" 15 #include "base/memory/weak_ptr.h"
14 #include "content/common/content_export.h" 16 #include "content/common/content_export.h"
15 #include "ppapi/c/dev/ppb_device_ref_dev.h" 17 #include "ppapi/c/dev/ppb_device_ref_dev.h"
16 #include "ppapi/host/host_message_context.h" 18 #include "ppapi/host/host_message_context.h"
17 #include "url/gurl.h" 19 #include "url/gurl.h"
18 20
19 namespace ppapi { 21 namespace ppapi {
20 struct DeviceRefData; 22 struct DeviceRefData;
21 23
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 scoped_ptr<ScopedRequest> monitor_; 105 scoped_ptr<ScopedRequest> monitor_;
104 106
105 ppapi::host::ReplyMessageContext enumerate_devices_context_; 107 ppapi::host::ReplyMessageContext enumerate_devices_context_;
106 108
107 DISALLOW_COPY_AND_ASSIGN(PepperDeviceEnumerationHostHelper); 109 DISALLOW_COPY_AND_ASSIGN(PepperDeviceEnumerationHostHelper);
108 }; 110 };
109 111
110 } // namespace content 112 } // namespace content
111 113
112 #endif // CONTENT_RENDERER_PEPPER_PEPPER_DEVICE_ENUMERATION_HOST_HELPER_H_ 114 #endif // CONTENT_RENDERER_PEPPER_PEPPER_DEVICE_ENUMERATION_HOST_HELPER_H_
OLDNEW
« no previous file with comments | « content/renderer/pepper/pepper_compositor_host.cc ('k') | content/renderer/pepper/pepper_device_enumeration_host_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698