summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/test/integration/bookmarks_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/test/integration/bookmarks_helper.cc')
-rw-r--r--chrome/browser/sync/test/integration/bookmarks_helper.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/sync/test/integration/bookmarks_helper.cc b/chrome/browser/sync/test/integration/bookmarks_helper.cc
index 08a863e..ebae3b2 100644
--- a/chrome/browser/sync/test/integration/bookmarks_helper.cc
+++ b/chrome/browser/sync/test/integration/bookmarks_helper.cc
@@ -964,8 +964,7 @@ gfx::Image CreateFavicon(SkColor color) {
gfx::Image Create1xFaviconFromPNGFile(const std::string& path) {
const char* kPNGExtension = ".png";
- if (!base::EndsWith(path, kPNGExtension,
- base::CompareCase::INSENSITIVE_ASCII))
+ if (!base::EndsWith(path, kPNGExtension, false))
return gfx::Image();
base::FilePath full_path;