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

Unified Diff: chrome/browser/ui/browser.cc

Issue 13937002: Really fix build after r193020. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index c6b30b85143ab1f67f1bbc1fdebc4addf0eb3d1d..a31b4b07a9362cc92865b3f0c569476089d77c1d 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -817,7 +817,7 @@ void Browser::OpenFile() {
directory,
&file_types,
0,
- FILE_PATH_LITERAL(std::string()),
+ base::FilePath::StringType(),
parent_window,
NULL);
}

Powered by Google App Engine
This is Rietveld 408576698