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

Unified Diff: chrome/browser/chromeos/first_run/first_run_controller.cc

Issue 1336823003: Move chrome::HostDesktopType to ui::HostDesktopType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base_session_service_delegate_impl
Patch Set: Fix build on Mac and CrOS Created 5 years, 3 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/first_run/first_run_controller.cc
diff --git a/chrome/browser/chromeos/first_run/first_run_controller.cc b/chrome/browser/chromeos/first_run/first_run_controller.cc
index 02b8cf18f3bdc038baa9618b612688b698a4fee7..eaf8bf64a9950f6c3aa986be20097cf92415ddb6 100644
--- a/chrome/browser/chromeos/first_run/first_run_controller.cc
+++ b/chrome/browser/chromeos/first_run/first_run_controller.cc
@@ -123,10 +123,9 @@ void FirstRunController::OnNextButtonClicked(const std::string& step_name) {
void FirstRunController::OnHelpButtonClicked() {
RecordCompletion(first_run::TUTORIAL_COMPLETED_WITH_KEEP_EXPLORING);
- on_actor_finalized_ = base::Bind(chrome::ShowHelpForProfile,
- user_profile_,
- chrome::HOST_DESKTOP_TYPE_ASH,
- chrome::HELP_SOURCE_MENU);
+ on_actor_finalized_ =
+ base::Bind(chrome::ShowHelpForProfile, user_profile_,
+ ui::HOST_DESKTOP_TYPE_ASH, chrome::HELP_SOURCE_MENU);
actor_->Finalize();
}

Powered by Google App Engine
This is Rietveld 408576698