Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4511)

Unified Diff: chrome/browser/chromeos/mobile_config.cc

Issue 14362031: Move part of WizardController static code to StartupUtils (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fighting with whitespaces again Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/mobile_config.cc
diff --git a/chrome/browser/chromeos/mobile_config.cc b/chrome/browser/chromeos/mobile_config.cc
index a43e137fd71f4dafd24f289f2b50ffcc654d889b..78198f6e8f88578627d444faae0f11f2cf61dbee 100644
--- a/chrome/browser/chromeos/mobile_config.cc
+++ b/chrome/browser/chromeos/mobile_config.cc
@@ -14,7 +14,7 @@
#include "base/stl_util.h"
#include "base/values.h"
#include "chrome/browser/browser_process.h"
-#include "chrome/browser/chromeos/login/wizard_controller.h"
+#include "chrome/browser/chromeos/login/startup_utils.h"
#include "content/public/browser/browser_thread.h"
using content::BrowserThread;
@@ -305,7 +305,7 @@ bool MobileConfig::LoadManifestFromString(const std::string& manifest) {
MobileConfig::MobileConfig()
: CustomizationDocument(kAcceptedConfigVersion),
- initial_locale_(WizardController::GetInitialLocale()) {
+ initial_locale_(StartupUtils::GetInitialLocale()) {
LoadConfig();
}
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.cc ('k') | chrome/browser/chromeos/options/wimax_config_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698