| Index: chrome/test/testing_profile.cc
|
| diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc
|
| index 2f417cfe9550a4f7f7f98b7503d3b9c1cd6b7936..1eb312d06b8970640ad9b7e580bb73ad7897ce4a 100644
|
| --- a/chrome/test/testing_profile.cc
|
| +++ b/chrome/test/testing_profile.cc
|
| @@ -87,6 +87,7 @@ TestingProfile::TestingProfile()
|
|
|
| TestingProfile::TestingProfile(int count)
|
| : start_time_(Time::Now()),
|
| + created_theme_provider_(false),
|
| has_history_service_(false),
|
| off_the_record_(false),
|
| last_session_exited_cleanly_(true) {
|
|
|