Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(658)

Unified Diff: media/midi/usb_midi_output_stream_unittest.cc

Issue 2418493002: //media/midi: use top level namespace midi rather than media.midi (Closed)
Patch Set: TAG name change s/media_midi/midi/ Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/midi/usb_midi_output_stream.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/usb_midi_output_stream_unittest.cc
diff --git a/media/midi/usb_midi_output_stream_unittest.cc b/media/midi/usb_midi_output_stream_unittest.cc
index c0489b915ffa9027be3f660c3cd96cb25e0588c3..0f1e2e8bdeb311cce7927f2da21ca3cd60f762e9 100644
--- a/media/midi/usb_midi_output_stream_unittest.cc
+++ b/media/midi/usb_midi_output_stream_unittest.cc
@@ -16,7 +16,6 @@
#include "media/midi/usb_midi_device.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace media {
namespace midi {
namespace {
@@ -327,4 +326,3 @@ TEST_F(UsbMidiOutputStreamTest, SendRealTimeInSysExMessage) {
} // namespace
} // namespace midi
-} // namespace media
« no previous file with comments | « media/midi/usb_midi_output_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698