From d916973bccd05b1e7cc1a240ac02b81beb6c37bb Mon Sep 17 00:00:00 2001 From: "pkasting@chromium.org" Date: Fri, 25 Mar 2011 00:39:21 +0000 Subject: 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 --- chrome/default_plugin/plugin_database_handler.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chrome/default_plugin') diff --git a/chrome/default_plugin/plugin_database_handler.cc b/chrome/default_plugin/plugin_database_handler.cc index 227bd66..d2659319 100644 --- a/chrome/default_plugin/plugin_database_handler.cc +++ b/chrome/default_plugin/plugin_database_handler.cc @@ -1,13 +1,13 @@ -// 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. -#include "chrome/default_plugin/plugin_database_handler.h" - -// The placing of the ATL headers is intentional to avoid errors +// For WinDDK ATL compatibility, these ATL headers must come first. #include #include +#include "chrome/default_plugin/plugin_database_handler.h" + #include "libxml/parser.h" #include "libxml/xpath.h" -- cgit v1.1