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

Unified Diff: chrome/browser/window_sizer_win.cc

Issue 5089001: Cleanup: Include browser.h -> ui/browser.h [Part 3]. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes. Created 10 years, 1 month 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
« no previous file with comments | « chrome/browser/window_sizer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/window_sizer_win.cc
diff --git a/chrome/browser/window_sizer_win.cc b/chrome/browser/window_sizer_win.cc
index e4bd759fcfe9fcd15bd1b3e81e4d3adfa49373df..0574a3d78149d070faafe364fd11dc04bf406d0f 100644
--- a/chrome/browser/window_sizer_win.cc
+++ b/chrome/browser/window_sizer_win.cc
@@ -4,9 +4,9 @@
#include "chrome/browser/window_sizer.h"
-#include "chrome/browser/browser.h"
#include "chrome/browser/browser_list.h"
#include "chrome/browser/browser_window.h"
+#include "chrome/browser/ui/browser.h"
// How much horizontal and vertical offset there is between newly
// opened windows.
« no previous file with comments | « chrome/browser/window_sizer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698