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

Side by Side Diff: content/renderer/pepper/pepper_broker.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_BROKER_H_ 5 #ifndef CONTENT_RENDERER_PEPPER_PEPPER_BROKER_H_
6 #define CONTENT_RENDERER_PEPPER_PEPPER_BROKER_H_ 6 #define CONTENT_RENDERER_PEPPER_PEPPER_BROKER_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/process/process.h" 12 #include "base/process/process.h"
10 #include "base/sync_socket.h" 13 #include "base/sync_socket.h"
11 #include "content/common/content_export.h" 14 #include "content/common/content_export.h"
12 #include "content/renderer/pepper/ppb_broker_impl.h" 15 #include "content/renderer/pepper/ppb_broker_impl.h"
13 #include "ppapi/proxy/proxy_channel.h" 16 #include "ppapi/proxy/proxy_channel.h"
14 17
15 namespace IPC { 18 namespace IPC {
16 struct ChannelHandle; 19 struct ChannelHandle;
17 } 20 }
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 // Pointer to the associated plugin module. 97 // Pointer to the associated plugin module.
95 // Always set and cleared at the same time as the module's pointer to this. 98 // Always set and cleared at the same time as the module's pointer to this.
96 PluginModule* plugin_module_; 99 PluginModule* plugin_module_;
97 100
98 DISALLOW_COPY_AND_ASSIGN(PepperBroker); 101 DISALLOW_COPY_AND_ASSIGN(PepperBroker);
99 }; 102 };
100 103
101 } // namespace content 104 } // namespace content
102 105
103 #endif // CONTENT_RENDERER_PEPPER_PEPPER_BROKER_H_ 106 #endif // CONTENT_RENDERER_PEPPER_PEPPER_BROKER_H_
OLDNEW
« no previous file with comments | « content/renderer/pepper/pepper_audio_input_host.h ('k') | content/renderer/pepper/pepper_broker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698