diff options
Diffstat (limited to 'chrome/installer/util/work_item.h')
-rw-r--r-- | chrome/installer/util/work_item.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/installer/util/work_item.h b/chrome/installer/util/work_item.h index c550adb..3b26d3a 100644 --- a/chrome/installer/util/work_item.h +++ b/chrome/installer/util/work_item.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 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. // @@ -13,13 +13,12 @@ #include <windows.h> #include <string> -#include "base/file_path.h" - class CopyTreeWorkItem; class CreateDirWorkItem; class CreateRegKeyWorkItem; class DeleteTreeWorkItem; class DeleteRegValueWorkItem; +class FilePath; class MoveTreeWorkItem; class SelfRegWorkItem; class SetRegValueWorkItem; |