diff options
Diffstat (limited to 'chrome/browser/parsers/metadata_parser_factory.h')
| -rw-r--r-- | chrome/browser/parsers/metadata_parser_factory.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/parsers/metadata_parser_factory.h b/chrome/browser/parsers/metadata_parser_factory.h index 80f88eb..0609657 100644 --- a/chrome/browser/parsers/metadata_parser_factory.h +++ b/chrome/browser/parsers/metadata_parser_factory.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. @@ -8,6 +8,8 @@ #include "chrome/browser/parsers/metadata_parser.h" +class FilePath; + // Used to check to see if a parser can parse a particular file, and allows // for creation of a parser on a particular file. class MetadataParserFactory { |
