Index: chrome/browser/sync/test/integration/bookmarks_helper.cc |
diff --git a/chrome/browser/sync/test/integration/bookmarks_helper.cc b/chrome/browser/sync/test/integration/bookmarks_helper.cc |
index c61bffbd335da2c41d051c546d871513d6d681f2..63840735afba8efc6bb79eecd7d2a79a0bee0755 100644 |
--- a/chrome/browser/sync/test/integration/bookmarks_helper.cc |
+++ b/chrome/browser/sync/test/integration/bookmarks_helper.cc |
@@ -929,7 +929,7 @@ gfx::Image CreateFavicon(SkColor color) { |
gfx::Image Create1xFaviconFromPNGFile(const std::string& path) { |
const char* kPNGExtension = ".png"; |
- if (!EndsWith(path, kPNGExtension, false)) |
+ if (!base::EndsWith(path, kPNGExtension, false)) |
return gfx::Image(); |
base::FilePath full_path; |