From fd354afbe32a383778d072355d9f8389acfc5f8c Mon Sep 17 00:00:00 2001 From: "maruel@google.com" Date: Thu, 4 Sep 2008 01:03:30 +0000 Subject: Fix the include order in aero_glass_frame.cc. This was causing issues with WPO enabled. Review URL: http://codereview.chromium.org/430 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1703 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/views/frame/aero_glass_frame.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/views') diff --git a/chrome/browser/views/frame/aero_glass_frame.cc b/chrome/browser/views/frame/aero_glass_frame.cc index 3278521..ba24e60 100644 --- a/chrome/browser/views/frame/aero_glass_frame.cc +++ b/chrome/browser/views/frame/aero_glass_frame.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include - #include "chrome/browser/views/frame/aero_glass_frame.h" +#include + #include "chrome/app/theme/theme_resources.h" #include "chrome/browser/frame_util.h" #include "chrome/browser/views/frame/browser_view2.h" -- cgit v1.1