Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 0b1ed2be52827dc442204b0be39c9d89d6832d03..6e7298bbe7ff5f5636d6164f352fcb5284255607 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2322,10 +2322,8 @@ const char kRLZBrand[] = "rlz.brand"; |
const char kRLZDisabled[] = "rlz.disabled"; |
#endif |
-#if defined(ENABLE_APP_LIST) |
// The directory in user data dir that contains the profile to be used with the |
// app launcher. |
extern const char kAppListProfile[] = "app_list.profile"; |
-#endif |
} // namespace prefs |