| Index: components/html_viewer/web_clipboard_impl.h
|
| diff --git a/components/html_viewer/web_clipboard_impl.h b/components/html_viewer/web_clipboard_impl.h
|
| index fd1e18a5537f286731997d5b0b1fc99a92736425..84fbc7f91ed900429480d06a6db5678f6a2784f2 100644
|
| --- a/components/html_viewer/web_clipboard_impl.h
|
| +++ b/components/html_viewer/web_clipboard_impl.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef COMPONENTS_HTML_VIEWER_WEB_CLIPBOARD_IMPL_H_
|
| #define COMPONENTS_HTML_VIEWER_WEB_CLIPBOARD_IMPL_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "components/clipboard/public/interfaces/clipboard.mojom.h"
|
| #include "third_party/WebKit/public/platform/WebClipboard.h"
|
|
|
|
|