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

Unified Diff: ash/root_window_controller.h

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/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 1b19fc6bd93d3a049c1545b00db93fc1966e0064..7d9b28b998547c9bb818ab6c728469f7ca61866f 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -11,7 +11,6 @@
#include "ash/ash_export.h"
#include "ash/common/shelf/shelf_types.h"
#include "ash/common/shell_observer.h"
-#include "ash/system/user/login_status.h"
#include "base/macros.h"
#include "ui/aura/window.h"
#include "ui/aura/window_tree_host.h"
@@ -55,6 +54,7 @@ class AlwaysOnTopController;
class AnimatingDesktopController;
class DesktopBackgroundWidgetController;
class DockedWindowLayoutManager;
+enum class LoginStatus;
msw 2016/06/24 20:04:28 WDYT about these forward decls? I'm on the fence..
James Cook 2016/06/24 20:18:53 Either #include "ash/common/login_status.h" or for
msw 2016/06/24 20:26:46 For sure, and I'd totally forward declare a class
class PanelLayoutManager;
class RootWindowControllerCommon;
class Shelf;

Powered by Google App Engine
This is Rietveld 408576698