Index: components/history/core/browser/visit_delegate.cc |
diff --git a/media/base/media_permission.cc b/components/history/core/browser/visit_delegate.cc |
similarity index 50% |
copy from media/base/media_permission.cc |
copy to components/history/core/browser/visit_delegate.cc |
index 739e4454ae76be702c1ddde201fc9680575d9c9e..5df16c5cf3e537b9be40a8aa431784a6287acef1 100644 |
--- a/media/base/media_permission.cc |
+++ b/components/history/core/browser/visit_delegate.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "media/base/media_permission.h" |
+#include "components/history/core/browser/visit_delegate.h" |
-namespace media { |
+namespace history { |
-MediaPermission::MediaPermission() { |
+VisitDelegate::VisitDelegate() { |
} |
-MediaPermission::~MediaPermission() { |
+VisitDelegate::~VisitDelegate() { |
} |
-} // namespace media |
+} // namespace history |