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

Unified Diff: media/midi/midi_device_android.cc

Issue 2418493002: //media/midi: use top level namespace midi rather than media.midi (Closed)
Patch Set: one more rename to be consistent 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
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

Powered by Google App Engine
This is Rietveld 408576698