Chromium Code Reviews| Index: media/midi/midi_device_android.cc |
| diff --git a/media/midi/midi_device_android.cc b/media/midi/midi_device_android.cc |
| index a9c758488ec373d75a5d53171ce1d37005e07eb1..00fc99ad0be1cb1c48d902b9a87a6ec942b9680a 100644 |
| --- a/media/midi/midi_device_android.cc |
| +++ b/media/midi/midi_device_android.cc |
| @@ -12,7 +12,6 @@ |
| using base::android::ScopedJavaLocalRef; |
| -namespace media { |
| namespace midi { |
| namespace { |
| @@ -68,4 +67,3 @@ std::string MidiDeviceAndroid::GetDeviceVersion() { |
| } |
| } // namespace midi |
| -} // namespace media |