| Index: chrome/browser/ui/webui/settings/about_handler.h
|
| diff --git a/chrome/browser/ui/webui/settings/about_handler.h b/chrome/browser/ui/webui/settings/about_handler.h
|
| index 96032a5e144c5b9b43949b20fc5cf27af3d4217a..d7ee594d2b2153b38eec8d82763f93f87061139c 100644
|
| --- a/chrome/browser/ui/webui/settings/about_handler.h
|
| +++ b/chrome/browser/ui/webui/settings/about_handler.h
|
| @@ -126,11 +126,11 @@ class AboutHandler : public settings::SettingsPageUIHandler,
|
| // Callback for when the directory with the regulatory label image and alt
|
| // text has been found.
|
| void OnRegulatoryLabelDirFound(std::string callback_id,
|
| - const base::FilePath& path);
|
| + const base::FilePath& label_dir);
|
|
|
| // Callback for when the regulatory text has been read.
|
| void OnRegulatoryLabelTextRead(std::string callback_id,
|
| - const base::FilePath& path,
|
| + const base::FilePath& label_dir,
|
| const std::string& text);
|
| #endif
|
|
|
|
|