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

Unified Diff: chrome/browser/chromeos/extensions/file_browser_private_api.h

Issue 10669023: Start consolidating non-port specific code to ui/base/dialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clenaup Created 8 years, 6 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 | « no previous file | chrome/browser/chromeos/extensions/file_browser_private_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/file_browser_private_api.h
diff --git a/chrome/browser/chromeos/extensions/file_browser_private_api.h b/chrome/browser/chromeos/extensions/file_browser_private_api.h
index a2233410f45be27b0021fa3afa9077d388f0ecc5..5d215dc4a76c14eb35adaa8fe6707f11a3a292ad 100644
--- a/chrome/browser/chromeos/extensions/file_browser_private_api.h
+++ b/chrome/browser/chromeos/extensions/file_browser_private_api.h
@@ -20,7 +20,7 @@
class GURL;
-namespace content {
+namespace ui {
struct SelectedFileInfo;
}
@@ -140,7 +140,7 @@ class FileBrowserFunction
protected:
typedef std::vector<GURL> UrlList;
- typedef std::vector<content::SelectedFileInfo> SelectedFileInfoList;
+ typedef std::vector<ui::SelectedFileInfo> SelectedFileInfoList;
typedef base::Callback<void(const SelectedFileInfoList&)>
GetLocalPathsCallback;
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_browser_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698