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