| Index: chrome/browser/importer/importer_unittest_utils.h
|
| diff --git a/chrome/browser/importer/importer_unittest_utils.h b/chrome/browser/importer/importer_unittest_utils.h
|
| index ee225b19b8a5ff66c0581499dadd0dedb74aef07..9f6f143fc2530b2c5a8fc3d863c3832d7b0b1b9b 100644
|
| --- a/chrome/browser/importer/importer_unittest_utils.h
|
| +++ b/chrome/browser/importer/importer_unittest_utils.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef CHROME_BROWSER_IMPORTER_IMPORTER_UNITTEST_UTILS_H_
|
| #define CHROME_BROWSER_IMPORTER_IMPORTER_UNITTEST_UTILS_H_
|
|
|
| -#include "chrome/browser/importer/profile_writer.h"
|
| +#include "base/basictypes.h"
|
| +
|
| +struct ImportedBookmarkEntry;
|
|
|
| const int kMaxPathSize = 5;
|
|
|
| @@ -20,7 +22,7 @@ struct BookmarkInfo {
|
| // Generates an assertion error if |entry| is not equal to |expected|. Wrap this
|
| // method in (ASSERT|EXPECT)_NO_FATAL_FAILURE to catch the error if one is
|
| // generated.
|
| -void TestEqualBookmarkEntry(const ProfileWriter::BookmarkEntry& entry,
|
| +void TestEqualBookmarkEntry(const ImportedBookmarkEntry& entry,
|
| const BookmarkInfo& expected);
|
|
|
| #endif // CHROME_BROWSER_IMPORTER_IMPORTER_UNITTEST_UTILS_H_
|
|
|