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