| Index: chrome/browser/ui/webui/profiler_ui.cc
|
| diff --git a/chrome/browser/ui/webui/profiler_ui.cc b/chrome/browser/ui/webui/profiler_ui.cc
|
| index ae30b2250b1032989551d8e8874ba8aee955cf17..fda2c099a7b67e70d0c404fd246e9b208ccee6d6 100644
|
| --- a/chrome/browser/ui/webui/profiler_ui.cc
|
| +++ b/chrome/browser/ui/webui/profiler_ui.cc
|
| @@ -58,7 +58,7 @@ class ProfilerWebUIDataSource : public content::URLDataSource {
|
| }
|
|
|
| std::string GetMimeType(const std::string& path) const override {
|
| - if (EndsWith(path, ".js", false))
|
| + if (base::EndsWith(path, ".js", false))
|
| return "application/javascript";
|
| return "text/html";
|
| }
|
|
|