Chromium Code Reviews| Index: chrome/browser/about_flags.cc |
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
| index fadf6e4a0a9de14a0611cce1a11c7d550698db61..f8bf9e5a4300c81886828762486ccc29f66e542a 100644 |
| --- a/chrome/browser/about_flags.cc |
| +++ b/chrome/browser/about_flags.cc |
| @@ -2142,7 +2142,7 @@ class FlagsState { |
| // Returns the singleton instance of this class |
| static FlagsState* GetInstance() { |
| - return Singleton<FlagsState>::get(); |
| + return base::Singleton<FlagsState>::get(); |
| } |
| private: |