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