Index: chrome/browser/password_manager/native_backend_gnome_x_unittest.cc |
=================================================================== |
--- chrome/browser/password_manager/native_backend_gnome_x_unittest.cc (revision 98481) |
+++ chrome/browser/password_manager/native_backend_gnome_x_unittest.cc (working copy) |
@@ -48,7 +48,7 @@ |
: value_uint32 == x.value_uint32; |
} |
- enum { UINT32, STRING } type; |
+ enum Type { UINT32, STRING } type; |
uint32_t value_uint32; |
std::string value_string; |
}; |