| Index: chrome/browser/renderer_host/pepper/monitor_finder_mac.h
|
| diff --git a/chrome/browser/renderer_host/pepper/monitor_finder_mac.h b/chrome/browser/renderer_host/pepper/monitor_finder_mac.h
|
| index ea25a5345aefdc8b945ca71da222bd422e4d86c4..cc10ee85780caa46817802f861e38f9ce9af9d61 100644
|
| --- a/chrome/browser/renderer_host/pepper/monitor_finder_mac.h
|
| +++ b/chrome/browser/renderer_host/pepper/monitor_finder_mac.h
|
| @@ -6,7 +6,9 @@
|
| #define CHROME_BROWSER_RENDERER_HOST_PEPPER_MONITOR_FINDER_MAC_H_
|
|
|
| #include <ApplicationServices/ApplicationServices.h>
|
| +#include <stdint.h>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/synchronization/lock.h"
|
|
|
|
|