diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-25 00:39:21 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-25 00:39:21 +0000 |
commit | d916973bccd05b1e7cc1a240ac02b81beb6c37bb (patch) | |
tree | 8ff74477217c26d43ce01e4682690a27146735f0 /views | |
parent | 54d350d0b24af8d1596a0f848a26fc51a60517a7 (diff) | |
download | chromium_src-d916973bccd05b1e7cc1a240ac02b81beb6c37bb.zip chromium_src-d916973bccd05b1e7cc1a240ac02b81beb6c37bb.tar.gz chromium_src-d916973bccd05b1e7cc1a240ac02b81beb6c37bb.tar.bz2 |
Modify #include order slightly to clearly put ATL headers first.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6676120
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79353 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r-- | views/controls/table/table_view_unittest.cc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/views/controls/table/table_view_unittest.cc b/views/controls/table/table_view_unittest.cc index c075054..c34fe79 100644 --- a/views/controls/table/table_view_unittest.cc +++ b/views/controls/table/table_view_unittest.cc @@ -1,10 +1,9 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// Intentional header placing, including ATL, to avoid errors -#include "build/build_config.h" // NOLINT - +// For WinDDK ATL compatibility, these ATL headers must come first. +#include "build/build_config.h" #if defined(OS_WIN) #include <atlbase.h> // NOLINT #include <atlwin.h> // NOLINT |