| Index: content/child/npapi/webplugin_delegate_impl_mac.mm
|
| diff --git a/content/child/npapi/webplugin_delegate_impl_mac.mm b/content/child/npapi/webplugin_delegate_impl_mac.mm
|
| index 2598ed3234d02bf26f59fef5c2ccdf329f130af2..4a39d1d7e75ee8d3562ce0985852706bf24fe015 100644
|
| --- a/content/child/npapi/webplugin_delegate_impl_mac.mm
|
| +++ b/content/child/npapi/webplugin_delegate_impl_mac.mm
|
| @@ -6,11 +6,14 @@
|
|
|
| #import <Cocoa/Cocoa.h>
|
| #import <QuartzCore/QuartzCore.h>
|
| +#include <stdint.h>
|
| +#include <string.h>
|
| #include <unistd.h>
|
|
|
| #include <set>
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/sys_string_conversions.h"
|
|
|