| Index: chrome/browser/policy/chrome_browser_policy_connector.h
|
| diff --git a/chrome/browser/policy/chrome_browser_policy_connector.h b/chrome/browser/policy/chrome_browser_policy_connector.h
|
| index ba24431da59169c69be884985bdb85b50c7523c5..d48a159947b60664559336f33ccbfbcdc468b3e5 100644
|
| --- a/chrome/browser/policy/chrome_browser_policy_connector.h
|
| +++ b/chrome/browser/policy/chrome_browser_policy_connector.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef CHROME_BROWSER_POLICY_CHROME_BROWSER_POLICY_CONNECTOR_H_
|
| #define CHROME_BROWSER_POLICY_CHROME_BROWSER_POLICY_CONNECTOR_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "components/policy/core/browser/browser_policy_connector.h"
|
|
|
| @@ -25,7 +27,7 @@ class ChromeBrowserPolicyConnector : public BrowserPolicyConnector {
|
| public:
|
| // Service initialization delay time in millisecond on startup. (So that
|
| // displaying Chrome's GUI does not get delayed.)
|
| - static const int64 kServiceInitializationStartupDelay = 5000;
|
| + static const int64_t kServiceInitializationStartupDelay = 5000;
|
|
|
| // Builds an uninitialized ChromeBrowserPolicyConnector, suitable for testing.
|
| // Init() should be called to create and start the policy machinery.
|
|
|