summaryrefslogtreecommitdiffstats
path: root/chrome/browser/visitedlink_master.h
diff options
context:
space:
mode:
authordarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-26 05:55:10 +0000
committerdarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-26 05:55:10 +0000
commitab820df141e6ab45fd8a095d2f57f91df44e6c9c (patch)
tree20ae83601c4a484cd74c908b62bc9d702ef27996 /chrome/browser/visitedlink_master.h
parent4d9bdfafcd1393385860bc9fe947e0c07719c0f4 (diff)
downloadchromium_src-ab820df141e6ab45fd8a095d2f57f91df44e6c9c.zip
chromium_src-ab820df141e6ab45fd8a095d2f57f91df44e6c9c.tar.gz
chromium_src-ab820df141e6ab45fd8a095d2f57f91df44e6c9c.tar.bz2
Chrome changes corresponding to my message_loop_type CL.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1363 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/visitedlink_master.h')
-rw-r--r--chrome/browser/visitedlink_master.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/visitedlink_master.h b/chrome/browser/visitedlink_master.h
index 7935f69..56923a7 100644
--- a/chrome/browser/visitedlink_master.h
+++ b/chrome/browser/visitedlink_master.h
@@ -31,7 +31,7 @@ class VisitedLinkMaster : public VisitedLinkCommon {
// The |file_thread| may be NULL, in which case write operations will be
// synchronous.
- VisitedLinkMaster(Thread* file_thread,
+ VisitedLinkMaster(base::Thread* file_thread,
PostNewTableEvent* poster,
Profile* profile);
@@ -50,7 +50,7 @@ class VisitedLinkMaster : public VisitedLinkCommon {
// When |suppress_rebuild| is set, we'll not attempt to load data from
// history if the file can't be loaded. This should generally be set for
// testing except when you want to test the rebuild process explicitly.
- VisitedLinkMaster(Thread* file_thread,
+ VisitedLinkMaster(base::Thread* file_thread,
PostNewTableEvent* poster,
HistoryService* history_service,
bool suppress_rebuild,
@@ -144,7 +144,7 @@ class VisitedLinkMaster : public VisitedLinkCommon {
static const int32 kBigDeleteThreshold;
// Backend for the constructors initializing the members.
- void InitMembers(Thread* file_thread,
+ void InitMembers(base::Thread* file_thread,
PostNewTableEvent* poster,
Profile* profile);