| Index: chrome/browser/chromeos/display/output_protection_delegate.h
|
| diff --git a/chrome/browser/chromeos/display/output_protection_delegate.h b/chrome/browser/chromeos/display/output_protection_delegate.h
|
| index b7ba55134ed617372a32a07842b8756f820db5d2..a2cd56242c60150fd43f7472363b41a57c5e9144 100644
|
| --- a/chrome/browser/chromeos/display/output_protection_delegate.h
|
| +++ b/chrome/browser/chromeos/display/output_protection_delegate.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_BROWSER_CHROMEOS_DISPLAY_OUTPUT_PROTECTION_DELEGATE_H_
|
| #define CHROME_BROWSER_CHROMEOS_DISPLAY_OUTPUT_PROTECTION_DELEGATE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/memory/weak_ptr.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/aura/window_observer.h"
|
| @@ -53,7 +55,7 @@ class OutputProtectionDelegate : public aura::WindowObserver {
|
| ui::DisplayConfigurator::ContentProtectionClientId client_id_;
|
|
|
| // The display id which the renderer currently uses.
|
| - int64 display_id_;
|
| + int64_t display_id_;
|
|
|
| // The last desired method mask. Will enable this mask on new display if
|
| // renderer changes display.
|
|
|