summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcrogers@google.com <crogers@google.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2013-07-23 01:10:30 +0000
committercrogers@google.com <crogers@google.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2013-07-23 01:10:30 +0000
commit5905c690079ab5b2381560e9793cdc0d5c136b37 (patch)
treed96793a760d20dd795e8720224cf99c10bf6a470
parent2a143040ca440ddcacb05301a6f22ad74a15fba2 (diff)
downloadchromium_src-5905c690079ab5b2381560e9793cdc0d5c136b37.zip
chromium_src-5905c690079ab5b2381560e9793cdc0d5c136b37.tar.gz
chromium_src-5905c690079ab5b2381560e9793cdc0d5c136b37.tar.bz2
Revert 154701 "Fix build breakage from missing #include"
> Fix build breakage from missing #include > > fix compile error caused by 154697 > > TBR=crogers@google.com > > Review URL: https://codereview.chromium.org/19872006 TBR=crogers@google.com Review URL: https://codereview.chromium.org/20018002 git-svn-id: svn://svn.chromium.org/blink/trunk@154702 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-rw-r--r--third_party/WebKit/Source/modules/webmidi/MIDIOutput.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIOutput.h b/third_party/WebKit/Source/modules/webmidi/MIDIOutput.h
index 2298adf..197aa0c 100644
--- a/third_party/WebKit/Source/modules/webmidi/MIDIOutput.h
+++ b/third_party/WebKit/Source/modules/webmidi/MIDIOutput.h
@@ -31,7 +31,6 @@
#ifndef MIDIOutput_h
#define MIDIOutput_h
-#include "modules/webmidi/MIDIAccess.h"
#include "modules/webmidi/MIDIPort.h"
#include "wtf/RefPtr.h"
#include "wtf/Uint8Array.h"