| Index: chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.h
|
| index b4e9cd6880e1a819a4e4a749d1954bc2116bbb71..de278cd681066290f443fb469a03d881fe707b7b 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.h
|
| @@ -43,9 +43,8 @@ class EncryptionMigrationScreenHandler : public EncryptionMigrationScreenView,
|
| INITIAL = 0,
|
| READY = 1,
|
| MIGRATING = 2,
|
| - MIGRATION_SUCCEEDED = 3,
|
| - MIGRATION_FAILED = 4,
|
| - NOT_ENOUGH_STORAGE = 5,
|
| + MIGRATION_FAILED = 3,
|
| + NOT_ENOUGH_STORAGE = 4,
|
| };
|
|
|
| // WebUIMessageHandler implementation:
|
|
|