Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: chrome/browser/importer/importer_unittest_utils.h

Issue 14575004: Extract BookmarksFileImporter from Firefox2Importer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test cleanup Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698