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

Unified Diff: ui/aura/window_tree_host_mac.mm

Issue 1133713009: Subject .mm files to the header sorting presubmit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove some things included twice Created 5 years, 7 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: ui/aura/window_tree_host_mac.mm
diff --git a/ui/aura/window_tree_host_mac.mm b/ui/aura/window_tree_host_mac.mm
index 6a05b6a9a47b45099c255781a0ff7c5250b647e0..350fca6abd2fcf784addb31ac4e977540b7d51bc 100644
--- a/ui/aura/window_tree_host_mac.mm
+++ b/ui/aura/window_tree_host_mac.mm
@@ -4,8 +4,8 @@
#include <Cocoa/Cocoa.h>
-#include "ui/aura/window_tree_host_mac.h"
#include "ui/aura/window_tree_host.h"
+#include "ui/aura/window_tree_host_mac.h"
namespace aura {

Powered by Google App Engine
This is Rietveld 408576698