| Index: chrome/browser/web_applications/web_app_mac.mm
|
| diff --git a/chrome/browser/web_applications/web_app_mac.mm b/chrome/browser/web_applications/web_app_mac.mm
|
| index 51022c41cf1fbe1d9e2c71c14ae80e7471953f18..a5d46744f2f33bce5d9797db94cb3d90ed0aed73 100644
|
| --- a/chrome/browser/web_applications/web_app_mac.mm
|
| +++ b/chrome/browser/web_applications/web_app_mac.mm
|
| @@ -6,6 +6,7 @@
|
|
|
| #import <Carbon/Carbon.h>
|
| #import <Cocoa/Cocoa.h>
|
| +#include <stdint.h>
|
|
|
| #include "base/command_line.h"
|
| #include "base/files/file_enumerator.h"
|
| @@ -16,6 +17,7 @@
|
| #include "base/mac/mac_util.h"
|
| #include "base/mac/scoped_cftyperef.h"
|
| #include "base/mac/scoped_nsobject.h"
|
| +#include "base/macros.h"
|
| #include "base/metrics/sparse_histogram.h"
|
| #include "base/path_service.h"
|
| #include "base/process/process_handle.h"
|
|
|