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

Unified Diff: content/browser/fileapi/blob_layout_browsertest.cc

Issue 12213066: Use base namespace for FilePath in content/browser (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 | « content/browser/download/save_types.cc ('k') | content/browser/fileapi/browser_file_system_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/fileapi/blob_layout_browsertest.cc
diff --git a/content/browser/fileapi/blob_layout_browsertest.cc b/content/browser/fileapi/blob_layout_browsertest.cc
index 8188965240e031ac03f6a914c9049628b052a689..ab2adf9e784394ce4c9f8e91b23b0b4d633962f7 100644
--- a/content/browser/fileapi/blob_layout_browsertest.cc
+++ b/content/browser/fileapi/blob_layout_browsertest.cc
@@ -10,8 +10,9 @@ class BlobLayoutTest : public InProcessBrowserLayoutTest {
public:
BlobLayoutTest() :
InProcessBrowserLayoutTest(
- FilePath(),
- FilePath(FILE_PATH_LITERAL("fast/files")).NormalizePathSeparators()) {
+ base::FilePath(),
+ base::FilePath(FILE_PATH_LITERAL("fast/files")).
+ NormalizePathSeparators()) {
}
};
« no previous file with comments | « content/browser/download/save_types.cc ('k') | content/browser/fileapi/browser_file_system_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698