Index: components/sync/base/sync_prefs.h |
diff --git a/components/sync/base/sync_prefs.h b/components/sync/base/sync_prefs.h |
index 52701501c480269db7e21120660cf11944bc5e77..4f60110ceecccf09f40d119e1902695b29b43de2 100644 |
--- a/components/sync/base/sync_prefs.h |
+++ b/components/sync/base/sync_prefs.h |
@@ -122,8 +122,8 @@ class SyncPrefs : NON_EXPORTED_BASE(public base::NonThreadSafe), |
std::string GetSyncSessionsGUID() const; |
void SetSyncSessionsGUID(const std::string& guid); |
- // Maps |data_type| to its corresponding preference name. |
- static const char* GetPrefNameForDataType(ModelType data_type); |
+ // Maps |type| to its corresponding preference name. |
+ static const char* GetPrefNameForDataType(ModelType type); |
#if defined(OS_CHROMEOS) |
// Use this spare bootstrap token only when setting up sync for the first |