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

Unified Diff: ash/shell/content/client/shell_browser_main_parts.cc

Issue 2099793002: mash: Migrate some system user files to common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 4 years, 6 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: ash/shell/content/client/shell_browser_main_parts.cc
diff --git a/ash/shell/content/client/shell_browser_main_parts.cc b/ash/shell/content/client/shell_browser_main_parts.cc
index 4151fb0753830bd75aa8b27a3fee8f14dee55398..108bf0453ecb2fc233c05beb98d644a76de0d0d3 100644
--- a/ash/shell/content/client/shell_browser_main_parts.cc
+++ b/ash/shell/content/client/shell_browser_main_parts.cc
@@ -5,6 +5,7 @@
#include "ash/shell/content/client/shell_browser_main_parts.h"
#include "ash/common/ash_switches.h"
+#include "ash/common/login_status.h"
#include "ash/common/material_design/material_design_controller.h"
#include "ash/content/shell_content_state.h"
#include "ash/desktop_background/desktop_background_controller.h"
@@ -13,7 +14,6 @@
#include "ash/shell/shell_delegate_impl.h"
#include "ash/shell/window_watcher.h"
#include "ash/shell_init_params.h"
-#include "ash/system/user/login_status.h"
#include "base/bind.h"
#include "base/command_line.h"
#include "base/i18n/icu_util.h"

Powered by Google App Engine
This is Rietveld 408576698