Index: chrome/browser/profile_impl.cc |
diff --git a/chrome/browser/profile_impl.cc b/chrome/browser/profile_impl.cc |
index 491008c7f289c5fa46f690df305cf1e0ee09eb0f..9b0f887ab98ad9a34df38944dae5fd10995bf193 100644 |
--- a/chrome/browser/profile_impl.cc |
+++ b/chrome/browser/profile_impl.cc |
@@ -14,6 +14,7 @@ |
#include "base/scoped_ptr.h" |
#include "base/string_number_conversions.h" |
#include "base/string_util.h" |
+#include "chrome/browser/about_flags.h" |
#include "chrome/browser/appcache/chrome_appcache_service.h" |
#include "chrome/browser/autocomplete/autocomplete_classifier.h" |
#include "chrome/browser/autofill/personal_data_manager.h" |
@@ -44,7 +45,6 @@ |
#include "chrome/browser/host_content_settings_map.h" |
#include "chrome/browser/host_zoom_map.h" |
#include "chrome/browser/in_process_webkit/webkit_context.h" |
-#include "chrome/browser/labs.h" |
#include "chrome/browser/net/chrome_url_request_context.h" |
#include "chrome/browser/net/gaia/token_service.h" |
#include "chrome/browser/net/net_pref_observer.h" |
@@ -267,7 +267,7 @@ ProfileImpl::ProfileImpl(const FilePath& path) |
pref_change_registrar_.Add(prefs::kEnableAutoSpellCorrect, this); |
// Convert active labs into switches. Modifies the current command line. |
- about_labs::ConvertLabsToSwitches(prefs, CommandLine::ForCurrentProcess()); |
+ about_flags::ConvertFlagsToSwitches(prefs, CommandLine::ForCurrentProcess()); |
#if defined(OS_MACOSX) |
// If the profile directory doesn't already have a cache directory and it |