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

Unified Diff: trunk/src/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc

Issue 14642018: Revert 197960 "[chromeos] Remove dependencies of StatisticsProvi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc
===================================================================
--- trunk/src/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc (revision 197968)
+++ trunk/src/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc (working copy)
@@ -41,7 +41,6 @@
#include "chrome/common/chrome_constants.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/common/url_constants.h"
-#include "chromeos/chromeos_constants.h"
#include "content/public/browser/web_ui.h"
#include "content/public/browser/web_ui_data_source.h"
#include "grit/browser_resources.h"
@@ -346,7 +345,7 @@
bool keyboard_driven_oobe = false;
system::StatisticsProvider::GetInstance()->GetMachineFlag(
- chromeos::kOemKeyboardDrivenOobeKey, &keyboard_driven_oobe);
+ chrome::kOemKeyboardDrivenOobeKey, &keyboard_driven_oobe);
localized_strings->SetString("highlightStrength",
keyboard_driven_oobe ? "strong" : "normal");
}
« no previous file with comments | « trunk/src/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc ('k') | trunk/src/chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698