summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/test/integration/preferences_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/test/integration/preferences_helper.h')
-rw-r--r--chrome/browser/sync/test/integration/preferences_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/test/integration/preferences_helper.h b/chrome/browser/sync/test/integration/preferences_helper.h
index ac122e6..da3689e7 100644
--- a/chrome/browser/sync/test/integration/preferences_helper.h
+++ b/chrome/browser/sync/test/integration/preferences_helper.h
@@ -67,7 +67,7 @@ void ChangeFilePathPref(int index,
// |verifier| if DisableVerifier() hasn't been called.
void ChangeListPref(int index,
const char* pref_name,
- const ListValue& new_value);
+ const base::ListValue& new_value);
// Used to verify that the boolean preference with name |pref_name| has the
// same value across all profiles. Also checks |verifier| if DisableVerifier()