Index: chrome/browser/ui/webui/profiler_ui.cc |
=================================================================== |
--- chrome/browser/ui/webui/profiler_ui.cc (revision 113254) |
+++ chrome/browser/ui/webui/profiler_ui.cc (working copy) |
@@ -60,6 +60,7 @@ |
base_path = base_path.AppendASCII("chrome"); |
base_path = base_path.AppendASCII("browser"); |
base_path = base_path.AppendASCII("resources"); |
+ base_path = base_path.AppendASCII("profiler"); |
// If no resource was specified, default to profiler.html. |
std::string filename = path.empty() ? "profiler.html" : path; |