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

Unified Diff: content/common/media/media_permission_dispatcher.cc

Issue 1838903007: media: Add mojo MediaPermission service Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: content/common/media/media_permission_dispatcher.cc
diff --git a/content/renderer/media/media_permission_dispatcher.cc b/content/common/media/media_permission_dispatcher.cc
similarity index 98%
rename from content/renderer/media/media_permission_dispatcher.cc
rename to content/common/media/media_permission_dispatcher.cc
index 1ce983854aff35b35d741d4fd23177ef738869bd..f92fa263e1df90818510d2cb6e75edca19bf84c5 100644
--- a/content/renderer/media/media_permission_dispatcher.cc
+++ b/content/common/media/media_permission_dispatcher.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/renderer/media/media_permission_dispatcher.h"
+#include "content/common/media/media_permission_dispatcher.h"
#include "base/bind.h"
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698