| Index: chrome/browser/chromeos/cros/login_library.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/cros/login_library.cc (revision 91771)
|
| +++ chrome/browser/chromeos/cros/login_library.cc (working copy)
|
| @@ -172,9 +172,9 @@
|
| void CompleteSetOwnerKey(bool value) {
|
| VLOG(1) << "Owner key generation: " << (value ? "success" : "fail");
|
| NotificationType result =
|
| - NotificationType::OWNER_KEY_FETCH_ATTEMPT_SUCCEEDED;
|
| + chrome::OWNER_KEY_FETCH_ATTEMPT_SUCCEEDED;
|
| if (!value)
|
| - result = NotificationType::OWNER_KEY_FETCH_ATTEMPT_FAILED;
|
| + result = chrome::OWNER_KEY_FETCH_ATTEMPT_FAILED;
|
|
|
| // Whether we exported the public key or not, send a notification indicating
|
| // that we're done with this attempt.
|
|
|