Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: services/shell/runner/init.cc

Issue 2229273003: services: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | services/ui/ws/modal_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | services/ui/ws/modal_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698