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

Unified Diff: chrome/browser/ui/views/status_bubble_views.cc

Issue 2272173002: Fix most chrome/browser/ui "gn check" problems. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 4 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/ui/views/status_bubble_views.cc
diff --git a/chrome/browser/ui/views/status_bubble_views.cc b/chrome/browser/ui/views/status_bubble_views.cc
index 036f791a4fd1b735cd67e7ccaf7e7921b31c693a..6092124bc7bc06ff28224a4b17f70d0abb045218 100644
--- a/chrome/browser/ui/views/status_bubble_views.cc
+++ b/chrome/browser/ui/views/status_bubble_views.cc
@@ -39,13 +39,13 @@
#include "url/gurl.h"
#if defined(USE_ASH)
-#include "ash/common/wm/window_state.h"
-#include "ash/wm/window_state_aura.h"
+#include "ash/common/wm/window_state.h" // nogncheck
+#include "ash/wm/window_state_aura.h" // nogncheck
#endif
#if defined(USE_AURA)
-#include "services/ui/public/cpp/property_type_converters.h"
-#include "services/ui/public/interfaces/window_manager.mojom.h"
+#include "services/ui/public/cpp/property_type_converters.h" // nogncheck
+#include "services/ui/public/interfaces/window_manager.mojom.h" // nogncheck
#endif
// The alpha and color of the bubble's shadow.

Powered by Google App Engine
This is Rietveld 408576698