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

Unified Diff: base/file_util_posix.cc

Issue 12226121: Make base compile with no "using base::FilePath". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git try 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
Index: base/file_util_posix.cc
diff --git a/base/file_util_posix.cc b/base/file_util_posix.cc
index 5bf4fb10d31b7298db2e4c44b8ce87c40b863a9d..da7a09669e396aa4aaf6dce9d27cbe5d35d4ffec 100644
--- a/base/file_util_posix.cc
+++ b/base/file_util_posix.cc
@@ -58,6 +58,8 @@
#include "base/chromeos/chromeos_version.h"
#endif
+using base::FilePath;
+
namespace file_util {
namespace {

Powered by Google App Engine
This is Rietveld 408576698