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

Unified Diff: chrome/browser/metrics_service.h

Issue 1912: Renames BoomarkBarModel to BookmarkModel. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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/metrics_service.h
===================================================================
--- chrome/browser/metrics_service.h (revision 1988)
+++ chrome/browser/metrics_service.h (working copy)
@@ -23,8 +23,8 @@
#include "chrome/common/notification_service.h"
#include "webkit/glue/webplugin.h"
-class BookmarkBarModel;
-class BookmarkBarNode;
+class BookmarkModel;
+class BookmarkNode;
class PrefService;
class Profile;
class TemplateURLModel;
@@ -229,12 +229,12 @@
// Set the value in preferences for for the number of bookmarks and folders
// in node. The pref key for the number of bookmarks in num_bookmarks_key and
// the pref key for number of folders in num_folders_key.
- void LogBookmarks(BookmarkBarNode* node,
+ void LogBookmarks(BookmarkNode* node,
const wchar_t* num_bookmarks_key,
const wchar_t* num_folders_key);
// Sets preferences for the for the number of bookmarks in model.
- void LogBookmarks(BookmarkBarModel* model);
+ void LogBookmarks(BookmarkModel* model);
// Records a plugin-related notification. These are recorded to an in-object
// buffer because these notifications are sent on page load, and we don't

Powered by Google App Engine
This is Rietveld 408576698