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

Unified Diff: chrome/browser/browsing_data/browsing_data_remover.cc

Issue 75463005: Move more files from chrome/browser/nacl_host/ to components/nacl/browser/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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: 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 52bb028a19846567e4ef6c9ed3034ee2604129ae..ebddacc869eb61fecdb8786b6e9df93fb1e85170 100644
--- a/chrome/browser/browsing_data/browsing_data_remover.cc
+++ b/chrome/browser/browsing_data/browsing_data_remover.cc
@@ -29,7 +29,6 @@
#include "chrome/browser/history/history_service.h"
#include "chrome/browser/history/history_service_factory.h"
#include "chrome/browser/io_thread.h"
-#include "chrome/browser/nacl_host/pnacl_host.h"
#include "chrome/browser/net/chrome_url_request_context.h"
#include "chrome/browser/net/predictor.h"
#include "chrome/browser/password_manager/password_store.h"
@@ -58,6 +57,7 @@
#include "components/autofill/core/browser/personal_data_manager.h"
#include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
#include "components/nacl/browser/nacl_browser.h"
+#include "components/nacl/browser/pnacl_host.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/dom_storage_context.h"
#include "content/public/browser/download_manager.h"
@@ -953,7 +953,7 @@ void BrowsingDataRemover::ClearPnaclCacheOnIOThread(base::Time begin,
base::Time end) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
- PnaclHost::GetInstance()->ClearTranslationCacheEntriesBetween(
+ pnacl::PnaclHost::GetInstance()->ClearTranslationCacheEntriesBetween(
begin, end,
base::Bind(&BrowsingDataRemover::ClearedPnaclCacheOnIOThread,
base::Unretained(this)));
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | components/nacl/browser/nacl_broker_service_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698