Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index 7aede511fc9e3fff3b7c812e33c4eab4f72feda3..711a640b9ec9339633bce66863013da35a394ae9 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -894,7 +894,7 @@ PrefService* TestingProfile::GetOffTheRecordPrefs() { |
return NULL; |
} |
-quota::SpecialStoragePolicy* TestingProfile::GetSpecialStoragePolicy() { |
+storage::SpecialStoragePolicy* TestingProfile::GetSpecialStoragePolicy() { |
#if defined(ENABLE_EXTENSIONS) |
return GetExtensionSpecialStoragePolicy(); |
#else |