Index: chrome/service/cloud_print/cloud_print_proxy.cc |
=================================================================== |
--- chrome/service/cloud_print/cloud_print_proxy.cc (revision 48976) |
+++ chrome/service/cloud_print/cloud_print_proxy.cc (working copy) |
@@ -30,7 +30,7 @@ |
std::string proxy_id; |
service_prefs_->prefs()->GetString(prefs::kCloudPrintProxyId, &proxy_id); |
if (proxy_id.empty()) { |
- proxy_id = cloud_print::GenerateProxyId(); |
+ proxy_id = cloud_print::PrintSystem::GenerateProxyId(); |
service_prefs_->prefs()->SetString(prefs::kCloudPrintProxyId, proxy_id); |
service_prefs_->WritePrefs(); |
} |