From 75e51b57f3c654ec88b3f8bd59f0b185f34576f6 Mon Sep 17 00:00:00 2001 From: "rdsmith@chromium.org" Date: Sat, 4 Feb 2012 16:57:54 +0000 Subject: Remove DownloadManager* dependency on DownloadStatusUpdater by making DownloadStatusUpdater an observer of DownloadManager. BUG=107264 Review URL: http://codereview.chromium.org/9005027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120487 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/history/history_database.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/history/history_database.h') diff --git a/chrome/browser/history/history_database.h b/chrome/browser/history/history_database.h index 70f3693..9a25949 100644 --- a/chrome/browser/history/history_database.h +++ b/chrome/browser/history/history_database.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -92,7 +92,7 @@ class HistoryDatabase : public DownloadDatabase, // // We don't delete the downloads table, since there may be in progress // downloads. We handle the download history clean up separately in: - // DownloadManager::RemoveDownloadsFromHistoryBetween. + // content::DownloadManager::RemoveDownloadsFromHistoryBetween. // // Returns true on success. On failure, the caller should assume that the // database is invalid. There could have been an error recreating a table. -- cgit v1.1