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

Unified Diff: components/history/core/browser/visit_delegate.cc

Issue 872313005: Remove dependency on visitedlink from history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@init-prefs
Patch Set: Rebase Created 5 years, 10 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 | « components/history/core/browser/visit_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/history/core/browser/visit_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698