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

Unified Diff: chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc

Issue 178193030: Rename ProfileKeyedAPI to BrowserContextKeyedAPI and GetProfile to Get. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 6 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 | « no previous file | chrome/browser/chromeos/extensions/input_method_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc
diff --git a/chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc b/chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc
index 53465d5439acdd6fd247add7ffe651a4573e2896..8be176f0bd71f3910ba05b1abfefb487d7e2b698 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc
+++ b/chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc
@@ -82,7 +82,7 @@ void KioskDiagnosisRunner::Start(const std::string& app_id) {
void KioskDiagnosisRunner::StartSystemLogCollection() {
extensions::FeedbackService* service =
extensions::FeedbackPrivateAPI::GetFactoryInstance()
- ->GetForProfile(profile_)
+ ->Get(profile_)
->GetService();
DCHECK(service);
@@ -111,7 +111,7 @@ void KioskDiagnosisRunner::SendSysLogFeedback(
extensions::FeedbackService* service =
extensions::FeedbackPrivateAPI::GetFactoryInstance()
- ->GetForProfile(profile_)
+ ->Get(profile_)
->GetService();
DCHECK(service);
service->SendFeedback(profile_,
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/input_method_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698