Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6985)

Unified Diff: chrome/browser/ui/webui/feedback_ui.h

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698