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

Unified Diff: content/browser/plugin_browsertest.cc

Issue 1182183003: Move EndsWith to base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
Index: content/browser/plugin_browsertest.cc
diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc
index efc5c8c013ac4a4757697ffab80ef32d52bb8234..12969f5186ce77bca1691e03c897dd1d26aa9d25 100644
--- a/content/browser/plugin_browsertest.cc
+++ b/content/browser/plugin_browsertest.cc
@@ -526,9 +526,9 @@ class TestResourceDispatcherHostDelegate
ResourceResponse* response,
IPC::Sender* sender) override {
// The URL below comes from plugin_geturl_test.cc.
- if (!EndsWith(request->url().spec(),
- "npapi/plugin_ref_target_page.html",
- true)) {
+ if (!base::EndsWith(request->url().spec(),
+ "npapi/plugin_ref_target_page.html",
+ true)) {
return;
}
net::HttpRequestHeaders headers;
« no previous file with comments | « content/browser/accessibility/android_granularity_movement_browsertest.cc ('k') | content/browser/plugin_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698