summaryrefslogtreecommitdiffstats
path: root/content/browser/appcache/appcache_browsertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/appcache/appcache_browsertest.cc')
-rw-r--r--content/browser/appcache/appcache_browsertest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/appcache/appcache_browsertest.cc b/content/browser/appcache/appcache_browsertest.cc
index 030178f..72ad4d0 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) {
}