Commit 7d8a80f4 authored by gunsch's avatar gunsch Committed by Commit bot

Chromecast: minor buildfixes.

R=lcwu@chromium.org
BUG=None

Review URL: https://codereview.chromium.org/618873002

Cr-Commit-Position: refs/heads/master@{#297476}
parent 6e33e278
......@@ -56,7 +56,7 @@ bool CastMetricsServiceClient::IsOffTheRecordSessionActive() {
int32_t CastMetricsServiceClient::GetProduct() {
// Chromecast currently uses the same product identifier as Chrome.
return metrics::ChromeUserMetricsExtension::CHROME;
return ::metrics::ChromeUserMetricsExtension::CHROME;
}
std::string CastMetricsServiceClient::GetApplicationLocale() {
......
......@@ -113,7 +113,6 @@ void CastBrowserMainParts::PreMainMessageLoopRun() {
cast_browser_process_->SetCastService(CastService::Create(
cast_browser_process_->browser_context(),
url_request_context_factory_->GetSystemGetter(),
url_request_context_factory_->app_network_delegate(),
base::Bind(
&metrics::CastMetricsServiceClient::EnableMetricsService,
base::Unretained(cast_browser_process_->metrics_service_client()))));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment