| Index: chrome/browser/ui/webui/feedback_ui.h
|
| diff --git a/chrome/browser/ui/webui/feedback_ui.h b/chrome/browser/ui/webui/feedback_ui.h
|
| index 1aef9580708855c610719dde2f13b41324a1376f..4bef57d3216a7511dea906ffb3f3037a00137f57 100644
|
| --- a/chrome/browser/ui/webui/feedback_ui.h
|
| +++ b/chrome/browser/ui/webui/feedback_ui.h
|
| @@ -10,7 +10,9 @@
|
| #include "base/basictypes.h"
|
| #include "ui/web_dialogs/web_dialog_ui.h"
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| class FeedbackUI : public ui::WebDialogUI {
|
| public:
|
| @@ -18,7 +20,7 @@ class FeedbackUI : public ui::WebDialogUI {
|
|
|
| #if defined(OS_CHROMEOS)
|
| static void GetMostRecentScreenshots(
|
| - const FilePath& filepath,
|
| + const base::FilePath& filepath,
|
| std::vector<std::string>* saved_screenshots,
|
| size_t max_saved);
|
| #endif
|
|
|