Chromium Code Reviews| Index: chrome/browser/ui/webui/favicon_source.h |
| diff --git a/chrome/browser/ui/webui/favicon_source.h b/chrome/browser/ui/webui/favicon_source.h |
| index b1faf72144ddafeb1a1efd093c4fbf9c5135251e..2e837861283b1fd10a4b1999bf94d92ab7d5b815 100644 |
| --- a/chrome/browser/ui/webui/favicon_source.h |
| +++ b/chrome/browser/ui/webui/favicon_source.h |
| @@ -119,7 +119,7 @@ class FaviconSource : public content::URLDataSource { |
| // Parses |raw_path|, which should be in the format described at the top of |
| // the file. Returns true if |raw_path| could be parsed. |
|
sreeram
2013/06/04 22:01:56
Change "raw_path" to "path" in both lines above.
pedro (no code reviews)
2013/06/07 23:34:21
Done.
|
| - bool ParsePath(const std::string& raw_path, |
| + bool ParsePath(const std::string& path, |
| bool* is_icon_url, |
| GURL* url, |
| int* size_in_dip, |