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

Unified Diff: media/midi/midi_manager_mac.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_manager_mac.cc
diff --git a/media/midi/midi_manager_mac.cc b/media/midi/midi_manager_mac.cc
index 1ad9f67a8e91b2c3e58107c372e6da385182792a..2f94be302a60d5f59f9aeee5f8ddc49aae4b1e3f 100644
--- a/media/midi/midi_manager_mac.cc
+++ b/media/midi/midi_manager_mac.cc
@@ -23,7 +23,6 @@ using std::string;
// 64-bit. Therefore, the initialization is the simplest one that satisfies both
// (if possible).
-namespace media {
namespace midi {
namespace {
@@ -387,4 +386,3 @@ void MidiManagerMac::SendMidiData(MidiManagerClient* client,
}
} // namespace midi
-} // namespace media

Powered by Google App Engine
This is Rietveld 408576698