| Index: chrome/browser/android/shortcut_info.h
|
| diff --git a/chrome/browser/android/shortcut_info.h b/chrome/browser/android/shortcut_info.h
|
| index e623932a4be43ae9052e2ef1d1094ac00b3934f2..fe1612c13918efbefe4568bc12a996d8f796f591 100644
|
| --- a/chrome/browser/android/shortcut_info.h
|
| +++ b/chrome/browser/android/shortcut_info.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_BROWSER_ANDROID_SHORTCUT_INFO_H_
|
| #define CHROME_BROWSER_ANDROID_SHORTCUT_INFO_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/strings/string16.h"
|
| #include "content/public/common/manifest.h"
|
| #include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h"
|
|
|