From 864b1368516c110605addd725ad33613047f94b2 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Thu, 19 Aug 2010 03:49:38 +0000 Subject: FBTF: Remove unneeded headers from base/ (part 6) BUG=none TEST=none Review URL: http://codereview.chromium.org/3093013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56641 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/gpu/gpu_info_collector_win.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome/gpu') diff --git a/chrome/gpu/gpu_info_collector_win.cc b/chrome/gpu/gpu_info_collector_win.cc index 07b7c5b..27b3563 100644 --- a/chrome/gpu/gpu_info_collector_win.cc +++ b/chrome/gpu/gpu_info_collector_win.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -7,6 +7,7 @@ #include #include +#include "base/file_path.h" #include "base/logging.h" #include "base/scoped_native_library.h" #include "base/string_util.h" -- cgit v1.1