| Index: services/shell/runner/init.cc
|
| diff --git a/services/shell/runner/init.cc b/services/shell/runner/init.cc
|
| index ec68d4cea7a466dbf3e761f5908b477a88550544..2e60194f7dc6035c8cf193015913d1f281c091d2 100644
|
| --- a/services/shell/runner/init.cc
|
| +++ b/services/shell/runner/init.cc
|
| @@ -60,7 +60,7 @@ void WaitForDebuggerIfNecessary() {
|
| }
|
| }
|
| }
|
| - if (apps_to_debug.empty() || ContainsValue(apps_to_debug, app)) {
|
| + if (apps_to_debug.empty() || base::ContainsValue(apps_to_debug, app)) {
|
| #if defined(OS_WIN)
|
| base::string16 appw = base::UTF8ToUTF16(app);
|
| base::string16 message = base::UTF8ToUTF16(
|
|
|