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

Unified Diff: chrome/browser/chromeos/login/ownership_service.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/ownership_service.h
diff --git a/chrome/browser/chromeos/login/ownership_service.h b/chrome/browser/chromeos/login/ownership_service.h
index b121c5c82268aa33bad74ba35e37872ac762efb3..52a3d77e36e8a9c35a33a8e2dbe640eec71d9c79 100644
--- a/chrome/browser/chromeos/login/ownership_service.h
+++ b/chrome/browser/chromeos/login/ownership_service.h
@@ -117,16 +117,16 @@ class OwnershipService : public content::NotificationObserver {
void SetStatus(Status new_status);
static void UpdateOwnerKey(OwnershipService* service,
- const BrowserThread::ID thread_id,
+ const content::BrowserThread::ID thread_id,
const std::vector<uint8>& new_key,
OwnerManager::KeyUpdateDelegate* d);
static void TryLoadOwnerKeyAttempt(OwnershipService* service);
static void TrySigningAttempt(OwnershipService* service,
- const BrowserThread::ID thread_id,
+ const content::BrowserThread::ID thread_id,
const std::string& data,
OwnerManager::Delegate* d);
static void TryVerifyAttempt(OwnershipService* service,
- const BrowserThread::ID thread_id,
+ const content::BrowserThread::ID thread_id,
const std::string& data,
const std::vector<uint8>& signature,
OwnerManager::Delegate* d);
« no previous file with comments | « chrome/browser/chromeos/login/owner_manager_unittest.cc ('k') | chrome/browser/chromeos/login/ownership_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698