Index: ios/chrome/browser/history/history_service_factory.h |
diff --git a/ios/chrome/browser/history/history_service_factory.h b/ios/chrome/browser/history/history_service_factory.h |
index c3b1a59b70ef72ee44ce72f7fdbf9532a8cfc947..a71d7ef71318492ce8bcd83c87ae9693d4d04afa 100644 |
--- a/ios/chrome/browser/history/history_service_factory.h |
+++ b/ios/chrome/browser/history/history_service_factory.h |
@@ -10,7 +10,7 @@ |
#include "components/keyed_service/ios/browser_state_keyed_service_factory.h" |
template <typename T> |
-struct DefaultSingletonTraits; |
+struct base::DefaultSingletonTraits; |
enum class ServiceAccessType; |
namespace history { |
@@ -34,7 +34,7 @@ class HistoryServiceFactory : public BrowserStateKeyedServiceFactory { |
static HistoryServiceFactory* GetInstance(); |
private: |
- friend struct DefaultSingletonTraits<HistoryServiceFactory>; |
+ friend struct base::DefaultSingletonTraits<HistoryServiceFactory>; |
HistoryServiceFactory(); |
~HistoryServiceFactory() override; |