Index: chrome/browser/chromeos/extensions/echo_private_api.cc |
diff --git a/chrome/browser/chromeos/extensions/echo_private_api.cc b/chrome/browser/chromeos/extensions/echo_private_api.cc |
index 1ebc5f0457f0fb3e7ecd458913f37f72c8e970c2..230c636ac22d13c9d1d20e45ed2223881e77df8d 100644 |
--- a/chrome/browser/chromeos/extensions/echo_private_api.cc |
+++ b/chrome/browser/chromeos/extensions/echo_private_api.cc |
@@ -150,7 +150,7 @@ EchoPrivateGetOobeTimestampFunction::EchoPrivateGetOobeTimestampFunction() { |
EchoPrivateGetOobeTimestampFunction::~EchoPrivateGetOobeTimestampFunction() { |
} |
-bool EchoPrivateGetOobeTimestampFunction::RunImpl() { |
+bool EchoPrivateGetOobeTimestampFunction::RunAsync() { |
BrowserThread::PostTaskAndReplyWithResult( |
BrowserThread::FILE, FROM_HERE, |
base::Bind( |
@@ -199,7 +199,7 @@ EchoPrivateGetUserConsentFunction::CreateForTest( |
EchoPrivateGetUserConsentFunction::~EchoPrivateGetUserConsentFunction() {} |
-bool EchoPrivateGetUserConsentFunction::RunImpl() { |
+bool EchoPrivateGetUserConsentFunction::RunAsync() { |
CheckRedeemOffersAllowed(); |
return true; |
} |