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

Unified Diff: chrome/browser/history/history_backend.h

Issue 14113053: chrome: Use base::MessageLoop. (Part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again 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/history/history_backend.h
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
index ff759049ce1def1f343e778a8200d37ea88309bc..2aff6599cf09598c4cc10bebc5b6fbb960bd1304 100644
--- a/chrome/browser/history/history_backend.h
+++ b/chrome/browser/history/history_backend.h
@@ -479,7 +479,7 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
// Sets the task to run and the message loop to run it on when this object
// is destroyed. See HistoryService::SetOnBackendDestroyTask for a more
// complete description.
- void SetOnBackendDestroyTask(MessageLoop* message_loop,
+ void SetOnBackendDestroyTask(base::MessageLoop* message_loop,
const base::Closure& task);
// Adds the given rows to the database if it doesn't exist. A visit will be
@@ -876,7 +876,7 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
base::Time first_recorded_time_;
// When set, this is the task that should be invoked on destruction.
- MessageLoop* backend_destroy_message_loop_;
+ base::MessageLoop* backend_destroy_message_loop_;
base::Closure backend_destroy_task_;
// Tracks page transition types.
« no previous file with comments | « chrome/browser/history/expire_history_backend_unittest.cc ('k') | chrome/browser/history/history_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698