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

Unified Diff: content/browser/appcache/appcache_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
Index: content/browser/appcache/appcache_browsertest.cc
diff --git a/content/browser/appcache/appcache_browsertest.cc b/content/browser/appcache/appcache_browsertest.cc
index 030178f60b9b7a35bbd5a146ffd6e49ce64b2025..72ad4d0c8e3b2ddce50e965e59875a76a21d152f 100644
--- a/content/browser/appcache/appcache_browsertest.cc
+++ b/content/browser/appcache/appcache_browsertest.cc
@@ -9,8 +9,8 @@ namespace content {
class AppCacheLayoutTest : public InProcessBrowserLayoutTest {
public:
AppCacheLayoutTest() : InProcessBrowserLayoutTest(
- FilePath().AppendASCII("http").AppendASCII("tests"),
- FilePath().AppendASCII("appcache"),
+ base::FilePath().AppendASCII("http").AppendASCII("tests"),
+ base::FilePath().AppendASCII("appcache"),
-1) {
}
« no previous file with comments | « content/browser/android/tracing_intent_handler.cc ('k') | content/browser/appcache/chrome_appcache_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698