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

Unified Diff: chrome/browser/search_engines/search_provider_install_data.cc

Issue 3660002: Rename ChromeThread to BrowserThread Part13: (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: Created 10 years, 2 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 | « chrome/browser/remoting/remoting_setup_flow.cc ('k') | chrome/browser/tab_contents/interstitial_page.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search_engines/search_provider_install_data.cc
diff --git a/chrome/browser/search_engines/search_provider_install_data.cc b/chrome/browser/search_engines/search_provider_install_data.cc
index 21fbf5bf0836f3a757c2758fa69a0a5ed7e19045..73e75fadfaa9fbe98a28785800c189c54fdd91ba 100644
--- a/chrome/browser/search_engines/search_provider_install_data.cc
+++ b/chrome/browser/search_engines/search_provider_install_data.cc
@@ -66,7 +66,7 @@ std::string IOThreadSearchTermsData::GetApplicationLocale() const {
// deleted on the correct thread.)
class GoogleURLChangeNotifier
: public base::RefCountedThreadSafe<GoogleURLChangeNotifier,
- ChromeThread::DeleteOnIOThread> {
+ BrowserThread::DeleteOnIOThread> {
public:
explicit GoogleURLChangeNotifier(
const base::WeakPtr<SearchProviderInstallData>& install_data);
@@ -76,7 +76,7 @@ class GoogleURLChangeNotifier
void OnChange(const std::string& google_base_url);
private:
- friend struct ChromeThread::DeleteOnThread<ChromeThread::IO>;
+ friend struct BrowserThread::DeleteOnThread<BrowserThread::IO>;
friend class DeleteTask<GoogleURLChangeNotifier>;
~GoogleURLChangeNotifier() {}
« no previous file with comments | « chrome/browser/remoting/remoting_setup_flow.cc ('k') | chrome/browser/tab_contents/interstitial_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698