| Index: content/browser/media/midi_host.h
|
| diff --git a/content/browser/renderer_host/media/midi_host.h b/content/browser/media/midi_host.h
|
| similarity index 94%
|
| rename from content/browser/renderer_host/media/midi_host.h
|
| rename to content/browser/media/midi_host.h
|
| index 90c061ae3760d2c37aee87668ac63c6e20f6b67c..8be45d8218f80b63b59b7aecb403edb82730b493 100644
|
| --- a/content/browser/renderer_host/media/midi_host.h
|
| +++ b/content/browser/media/midi_host.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_BROWSER_RENDERER_HOST_MEDIA_MIDI_HOST_H_
|
| -#define CONTENT_BROWSER_RENDERER_HOST_MEDIA_MIDI_HOST_H_
|
| +#ifndef CONTENT_BROWSER_MEDIA_MIDI_HOST_H_
|
| +#define CONTENT_BROWSER_MEDIA_MIDI_HOST_H_
|
|
|
| #include <vector>
|
|
|
| @@ -97,4 +97,4 @@ class CONTENT_EXPORT MidiHost
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_RENDERER_HOST_MEDIA_MIDI_HOST_H_
|
| +#endif // CONTENT_BROWSER_MEDIA_MIDI_HOST_H_
|
|
|