summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser.cc')
-rw-r--r--chrome/browser/browser.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc
index dc35140..c59f21e 100644
--- a/chrome/browser/browser.cc
+++ b/chrome/browser/browser.cc
@@ -74,10 +74,13 @@
#include "chrome/browser/user_data_manager.h"
#include "chrome/browser/view_ids.h"
#include "chrome/browser/views/location_bar_view.h"
-#include "chrome/browser/window_sizer.h"
#include "chrome/common/child_process_host.h"
#endif // OS_WIN
+#if defined(OS_WIN) || defined(OS_MACOSX)
+#include "chrome/browser/window_sizer.h"
+#endif
+
using base::TimeDelta;
// How long we wait before updating the browser chrome while loading a page.