| Index: content/plugin/plugin_channel.h
|
| diff --git a/content/plugin/plugin_channel.h b/content/plugin/plugin_channel.h
|
| index c97b1f1620aac774ce71660132b7a5ac69e522d4..1f43f1ef785bbd0fae2f33b219a1467445ea0f90 100644
|
| --- a/content/plugin/plugin_channel.h
|
| +++ b/content/plugin/plugin_channel.h
|
| @@ -5,7 +5,10 @@
|
| #ifndef CONTENT_PLUGIN_PLUGIN_CHANNEL_H_
|
| #define CONTENT_PLUGIN_PLUGIN_CHANNEL_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <vector>
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/process/process.h"
|
| #include "build/build_config.h"
|
| @@ -80,8 +83,8 @@ class PluginChannel : public NPChannelBase {
|
| void OnDestroyInstance(int instance_id, IPC::Message* reply_msg);
|
| void OnGenerateRouteID(int* route_id);
|
| void OnClearSiteData(const std::string& site,
|
| - uint64 flags,
|
| - uint64 max_age);
|
| + uint64_t flags,
|
| + uint64_t max_age);
|
| void OnDidAbortLoading(int render_view_id);
|
|
|
| std::vector<scoped_refptr<WebPluginDelegateStub> > plugin_stubs_;
|
|
|