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

Unified Diff: content/browser/media/midi_host_unittest.cc

Issue 335993002: Convert MIDI permission requests to use WebContents in preparation for switching the code to using … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « content/browser/media/midi_host.cc ('k') | content/browser/renderer_host/media/midi_dispatcher_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/midi_host_unittest.cc
diff --git a/content/browser/renderer_host/media/midi_host_unittest.cc b/content/browser/media/midi_host_unittest.cc
similarity index 98%
rename from content/browser/renderer_host/media/midi_host_unittest.cc
rename to content/browser/media/midi_host_unittest.cc
index fe365ddbdb06cd16bccc6de9a62fe3c3dc9fe24a..e06e4e4de51e74aec40e83422d84061a1ad6fce1 100644
--- a/content/browser/renderer_host/media/midi_host_unittest.cc
+++ b/content/browser/media/midi_host_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/renderer_host/media/midi_host.h"
+#include "content/browser/media/midi_host.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « content/browser/media/midi_host.cc ('k') | content/browser/renderer_host/media/midi_dispatcher_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698