summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search/iframe_source.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/search/iframe_source.cc')
-rw-r--r--chrome/browser/search/iframe_source.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/search/iframe_source.cc b/chrome/browser/search/iframe_source.cc
index 58a5c06..b44ed30 100644
--- a/chrome/browser/search/iframe_source.cc
+++ b/chrome/browser/search/iframe_source.cc
@@ -64,7 +64,7 @@ bool IframeSource::GetOrigin(
return false;
*origin = contents->GetURL().GetOrigin().spec();
// Origin should not include a trailing slash. That is part of the path.
- TrimString(*origin, "/", origin);
+ base::TrimString(*origin, "/", origin);
return true;
}