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 202afeae9f9064cb4253dff52e3a33544ac1934b..ad44f47a1f0fceb5e478d08dce25cfa0050a6fbb 100644 |
--- a/chrome/browser/chromeos/login/ownership_service.h |
+++ b/chrome/browser/chromeos/login/ownership_service.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -76,7 +76,7 @@ class OwnershipService : public content::NotificationObserver { |
OwnerManager::Delegate* d); |
// This method must be run on the FILE thread. |
- virtual bool CurrentUserIsOwner(); |
+ virtual bool IsCurrentUserOwner(); |
// This method should be run on FILE thread. |
// Note: not static, for better mocking. |