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

Unified Diff: base/file_util.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.cc
diff --git a/base/file_util.cc b/base/file_util.cc
index 07f2771e987f2d52afd4b11f52d50c3008c73224..03e70f911a8461d01d460eb7f1bd451af7a17a7b 100644
--- a/base/file_util.cc
+++ b/base/file_util.cc
@@ -18,6 +18,8 @@
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
+using base::FilePath;
+
namespace {
const FilePath::CharType kExtensionSeparator = FILE_PATH_LITERAL('.');
« no previous file with comments | « base/file_path.cc ('k') | base/file_util_linux.cc » ('j') | base/nix/mime_util_xdg.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698