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

Unified Diff: ash/wm/common/wm_window_observer.h

Issue 1923983003: Makes WorkspaceLayoutManager use ash/wm/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix always-on-top and remove mus changes Created 4 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: ash/wm/common/wm_window_observer.h
diff --git a/ash/wm/common/wm_window_observer.h b/ash/wm/common/wm_window_observer.h
index 0fbf07e8f106fd6f30a2c798b27ff335b00e5b27..d4200f9ef1d71f1114aa49cdb0fde9ebe9081577 100644
--- a/ash/wm/common/wm_window_observer.h
+++ b/ash/wm/common/wm_window_observer.h
@@ -5,6 +5,8 @@
#ifndef ASH_WM_COMMON_WM_WINDOW_OBSERVER_H_
#define ASH_WM_COMMON_WM_WINDOW_OBSERVER_H_
+#include <stdint.h>
+
#include "ash/ash_export.h"
namespace gfx {

Powered by Google App Engine
This is Rietveld 408576698