diff options
Diffstat (limited to 'chrome/common/chrome_paths_internal.h')
| -rw-r--r-- | chrome/common/chrome_paths_internal.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/common/chrome_paths_internal.h b/chrome/common/chrome_paths_internal.h index cddb88f..38fbac2 100644 --- a/chrome/common/chrome_paths_internal.h +++ b/chrome/common/chrome_paths_internal.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 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,7 +7,8 @@ #pragma once #include "build/build_config.h" -#include "base/file_path.h" + +class FilePath; namespace chrome { |
