Index: chrome/browser/about_flags.h |
=================================================================== |
--- chrome/browser/about_flags.h (revision 92173) |
+++ chrome/browser/about_flags.h (working copy) |
@@ -11,9 +11,12 @@ |
#include "base/command_line.h" |
-class ListValue; |
class PrefService; |
+namespace base { |
+class ListValue; |
+} |
+ |
namespace about_flags { |
// Enumeration of OSs. |
@@ -87,7 +90,7 @@ |
void ConvertFlagsToSwitches(PrefService* prefs, CommandLine* command_line); |
// Get a list of all available experiments. The caller owns the result. |
-ListValue* GetFlagsExperimentsData(PrefService* prefs); |
+base::ListValue* GetFlagsExperimentsData(PrefService* prefs); |
// Returns true if one of the experiment flags has been flipped since startup. |
bool IsRestartNeededToCommitChanges(); |