diff options
-rw-r--r-- | chrome/test/ui/ui_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h index 0b0c047..ae62a6e 100644 --- a/chrome/test/ui/ui_test.h +++ b/chrome/test/ui/ui_test.h @@ -444,7 +444,7 @@ class UITest : public testing::Test { void StopHttpServer(); // Profile theme type choices. - enum { + typedef enum { DEFAULT_THEME = 0, COMPLEX_THEME = 1, NATIVE_THEME = 2, |