| Index: chrome/common/importer/safari_importer_utils.h
|
| diff --git a/chrome/common/importer/safari_importer_utils.h b/chrome/common/importer/safari_importer_utils.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..40a774f13f10defd4197d2bf0c7b7a658a6b895a
|
| --- /dev/null
|
| +++ b/chrome/common/importer/safari_importer_utils.h
|
| @@ -0,0 +1,14 @@
|
| +// Copyright 2013 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.
|
| +
|
| +#ifndef CHROME_COMMON_IMPORTER_SAFARI_IMPORTER_UTILS_H_
|
| +#define CHROME_COMMON_IMPORTER_SAFARI_IMPORTER_UTILS_H_
|
| +
|
| +#include "base/basictypes.h"
|
| +#include "base/files/file_path.h"
|
| +
|
| +bool SafariImporterCanImport(const base::FilePath& library_dir,
|
| + uint16* services_supported);
|
| +
|
| +#endif // CHROME_COMMON_IMPORTER_SAFARI_IMPORTER_UTILS_H_
|
|
|