Index: webkit/tools/test_shell/simple_dom_storage_system.cc |
diff --git a/webkit/tools/test_shell/simple_dom_storage_system.cc b/webkit/tools/test_shell/simple_dom_storage_system.cc |
index bd98ddb50053b995b62272a84977a1f94f5c8d15..f75933c4447bf336cf894f7265c8979b8be2db66 100644 |
--- a/webkit/tools/test_shell/simple_dom_storage_system.cc |
+++ b/webkit/tools/test_shell/simple_dom_storage_system.cc |
@@ -194,7 +194,8 @@ SimpleDomStorageSystem* SimpleDomStorageSystem::g_instance_; |
SimpleDomStorageSystem::SimpleDomStorageSystem() |
: weak_factory_(this), |
- context_(new DomStorageContext(FilePath(), FilePath(), NULL, NULL)), |
+ context_(new DomStorageContext(base::FilePath(), base::FilePath(), |
+ NULL, NULL)), |
host_(new DomStorageHost(context_)), |
area_being_processed_(NULL), |
next_connection_id_(1) { |