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

Unified Diff: ui/shell_dialogs/selected_file_info.cc

Issue 12217101: Replace FilePath with base::FilePath in some more top level directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
« no previous file with comments | « ui/shell_dialogs/selected_file_info.h ('k') | ui/surface/accelerated_surface_transformer_win_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/shell_dialogs/selected_file_info.cc
diff --git a/ui/shell_dialogs/selected_file_info.cc b/ui/shell_dialogs/selected_file_info.cc
index 86e8397105fc2203473e13949145821d2bba5ba4..8bc68abac70a10bfbad949a4499f23be10199cdc 100644
--- a/ui/shell_dialogs/selected_file_info.cc
+++ b/ui/shell_dialogs/selected_file_info.cc
@@ -8,8 +8,8 @@ namespace ui {
SelectedFileInfo::SelectedFileInfo() {}
-SelectedFileInfo::SelectedFileInfo(const FilePath& in_file_path,
- const FilePath& in_local_path)
+SelectedFileInfo::SelectedFileInfo(const base::FilePath& in_file_path,
+ const base::FilePath& in_local_path)
: file_path(in_file_path),
local_path(in_local_path) {
if (local_path.empty())
« no previous file with comments | « ui/shell_dialogs/selected_file_info.h ('k') | ui/surface/accelerated_surface_transformer_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698