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
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.cc b/chrome/browser/safe_browsing/safe_browsing_service.cc
index a9e526b..11cfad0 100644
--- a/chrome/browser/safe_browsing/safe_browsing_service.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_service.cc
@@ -50,7 +50,7 @@
 // the user checks the "Enable SafeBrowsing" option in the Advanced options UI.
 void SafeBrowsingService::Start() {
   DCHECK(!db_thread_.get());
-  db_thread_.reset(new Thread("Chrome_SafeBrowsingThread"));
+  db_thread_.reset(new base::Thread("Chrome_SafeBrowsingThread"));
   if (!db_thread_->Start())
     return;