Chromium Code Reviews| Index: third_party/WebKit/Source/modules/webmidi/MIDIOutput.h |
| diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIOutput.h b/third_party/WebKit/Source/modules/webmidi/MIDIOutput.h |
| index 74d4fcabdc6e9876b7ecb1e90f43ffd9cf4dba2f..4ce3d9f634a808057bd9d5123dd5d460e7327d18 100644 |
| --- a/third_party/WebKit/Source/modules/webmidi/MIDIOutput.h |
| +++ b/third_party/WebKit/Source/modules/webmidi/MIDIOutput.h |
| @@ -31,8 +31,8 @@ |
| #ifndef MIDIOutput_h |
| #define MIDIOutput_h |
| +#include "core/dom/ArrayBufferViewHelpers.h" |
| #include "core/dom/DOMTypedArray.h" |
| -#include "core/dom/NotShared.h" |
| #include "modules/webmidi/MIDIPort.h" |
| namespace blink { |