| Index: chrome/browser/browsing_data/browsing_data_remover.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover.cc b/chrome/browser/browsing_data/browsing_data_remover.cc
|
| index f238c73d5d5fa4346c9f1f860aea961c642f5063..7b69c2818aba9d9e9cc08dd91d15eb389547ba81 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover.cc
|
| @@ -495,7 +495,7 @@ void BrowsingDataRemover::RemoveImpl(int remove_mask,
|
| // hours/days to the safebrowsing cookies since they aren't the result of
|
| // any user action.
|
| if (delete_begin_ == base::Time()) {
|
| - SafeBrowsingService* sb_service =
|
| + safe_browsing::SafeBrowsingService* sb_service =
|
| g_browser_process->safe_browsing_service();
|
| if (sb_service) {
|
| net::URLRequestContextGetter* sb_context =
|
|
|