| Index: chrome/service/cloud_print/cloud_print_service_helpers.cc
|
| diff --git a/chrome/service/cloud_print/cloud_print_service_helpers.cc b/chrome/service/cloud_print/cloud_print_service_helpers.cc
|
| index c3a36503e117572955171370c23b6abe1d076788..2483370554efc2a7a3aed20461c094794fd61e2b 100644
|
| --- a/chrome/service/cloud_print/cloud_print_service_helpers.cc
|
| +++ b/chrome/service/cloud_print/cloud_print_service_helpers.cc
|
| @@ -82,7 +82,7 @@ std::string GetPostDataForPrinterInfo(
|
| }
|
|
|
| bool IsDryRunJob(const std::vector<std::string>& tags) {
|
| - return ContainsValue(tags, kCloudPrintServiceTagDryRunFlag);
|
| + return base::ContainsValue(tags, kCloudPrintServiceTagDryRunFlag);
|
| }
|
|
|
| std::string GetCloudPrintAuthHeaderFromStore() {
|
|
|