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

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

Issue 7056033: Style cleanup in bookmarks import code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/profile_writer.h
diff --git a/chrome/browser/importer/profile_writer.h b/chrome/browser/importer/profile_writer.h
index c97d807fef2419c4fa233c631e86cef12784f57d..ae4e8013107d8e64ae33d8d54e5cea71bed6b1a8 100644
--- a/chrome/browser/importer/profile_writer.h
+++ b/chrome/browser/importer/profile_writer.h
@@ -90,9 +90,9 @@ class ProfileWriter : public base::RefCountedThreadSafe<ProfileWriter> {
// If |options| contains ADD_IF_UNIQUE, then the bookmark is added only
// if another bookmarks does not exist with the same title, path and
// url.
- virtual void AddBookmarkEntry(const std::vector<BookmarkEntry>& bookmark,
- const string16& first_folder_name,
- int options);
+ virtual void AddBookmarks(const std::vector<BookmarkEntry>& bookmark,
+ const string16& first_folder_name,
+ int options);
virtual void AddFavicons(
const std::vector<history::ImportedFaviconUsage>& favicons);

Powered by Google App Engine
This is Rietveld 408576698