summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/syncable/syncable_file_system_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/fileapi/syncable/syncable_file_system_unittest.cc')
-rw-r--r--webkit/fileapi/syncable/syncable_file_system_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/fileapi/syncable/syncable_file_system_unittest.cc b/webkit/fileapi/syncable/syncable_file_system_unittest.cc
index 5d42509..6accbd0 100644
--- a/webkit/fileapi/syncable/syncable_file_system_unittest.cc
+++ b/webkit/fileapi/syncable/syncable_file_system_unittest.cc
@@ -81,7 +81,7 @@ class SyncableFileSystemTest : public testing::Test {
return file_system_context()->change_tracker();
}
- ScopedTempDir data_dir_;
+ base::ScopedTempDir data_dir_;
MessageLoop message_loop_;
CannedSyncableFileSystem file_system_;