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

Unified Diff: chrome/browser/chromeos/login/owner_manager.h

Issue 8437002: Move BrowserThread to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A few updates. Created 9 years, 2 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/chromeos/login/owner_manager.h
diff --git a/chrome/browser/chromeos/login/owner_manager.h b/chrome/browser/chromeos/login/owner_manager.h
index f8eb957f2e63b6e4fe9112886bf3627c852a5b86..a0e57647072c602f3e208df429ba0a72c8eac828 100644
--- a/chrome/browser/chromeos/login/owner_manager.h
+++ b/chrome/browser/chromeos/login/owner_manager.h
@@ -54,7 +54,7 @@ class OwnerManager : public base::RefCountedThreadSafe<OwnerManager> {
virtual ~OwnerManager();
// Sets a new owner key from a provided memory buffer.
- void UpdateOwnerKey(const BrowserThread::ID thread_id,
+ void UpdateOwnerKey(const content::BrowserThread::ID thread_id,
const std::vector<uint8>& key,
KeyUpdateDelegate* d);
@@ -73,7 +73,7 @@ class OwnerManager : public base::RefCountedThreadSafe<OwnerManager> {
// successful return code, passing the signaure blob in |payload|.
// On failure, calls d->OnKeyOpComplete() on |thread_id| with an appropriate
// error and passes an empty string for |payload|.
- void Sign(const BrowserThread::ID thread_id,
+ void Sign(const content::BrowserThread::ID thread_id,
const std::string& data,
Delegate* d);
@@ -85,7 +85,7 @@ class OwnerManager : public base::RefCountedThreadSafe<OwnerManager> {
// successful return code, passing an empty string for |payload|.
// On failure, calls d->OnKeyOpComplete() on |thread_id| with an appropriate
// error code, passing an empty string for |payload|.
- void Verify(const BrowserThread::ID thread_id,
+ void Verify(const content::BrowserThread::ID thread_id,
const std::string& data,
const std::vector<uint8>& signature,
Delegate* d);
« no previous file with comments | « chrome/browser/chromeos/login/online_attempt_unittest.cc ('k') | chrome/browser/chromeos/login/owner_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698