| Index: chrome/app/chrome_main_delegate.h
|
| diff --git a/chrome/app/chrome_main_delegate.h b/chrome/app/chrome_main_delegate.h
|
| index 6751de27ff18ab7648d1f31f25f319a818137931..6aac3b3445138b17fa0281fa62ea392b36b01abb 100644
|
| --- a/chrome/app/chrome_main_delegate.h
|
| +++ b/chrome/app/chrome_main_delegate.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_APP_CHROME_MAIN_DELEGATE_H_
|
| #define CHROME_APP_CHROME_MAIN_DELEGATE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <memory>
|
|
|
| #include "base/macros.h"
|
| @@ -22,7 +24,7 @@ class CommandLine;
|
| // Chrome implementation of ContentMainDelegate.
|
| class ChromeMainDelegate : public content::ContentMainDelegate {
|
| public:
|
| - ChromeMainDelegate();
|
| + explicit ChromeMainDelegate(int64_t exe_entry_point_ticks);
|
| ~ChromeMainDelegate() override;
|
|
|
| protected:
|
|
|