diff options
Diffstat (limited to 'chrome/browser/local_discovery/privet_url_fetcher.cc')
-rw-r--r-- | chrome/browser/local_discovery/privet_url_fetcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/local_discovery/privet_url_fetcher.cc b/chrome/browser/local_discovery/privet_url_fetcher.cc index 390fb83..55e9506 100644 --- a/chrome/browser/local_discovery/privet_url_fetcher.cc +++ b/chrome/browser/local_discovery/privet_url_fetcher.cc @@ -30,7 +30,7 @@ typedef std::map<std::string, std::string> TokenMap; struct TokenMapHolder { public: static TokenMapHolder* GetInstance() { - return Singleton<TokenMapHolder>::get(); + return base::Singleton<TokenMapHolder>::get(); } TokenMap map; |