| Index: apps/shell_window_geometry_cache_unittest.cc
|
| diff --git a/apps/shell_window_geometry_cache_unittest.cc b/apps/shell_window_geometry_cache_unittest.cc
|
| index 456c165884347a28a984120b7747b53867d2b4f3..8566b4c8e49f278720ed26d9391b56170e2059bc 100644
|
| --- a/apps/shell_window_geometry_cache_unittest.cc
|
| +++ b/apps/shell_window_geometry_cache_unittest.cc
|
| @@ -30,9 +30,8 @@ class ShellWindowGeometryCacheTest : public testing::Test {
|
| ShellWindowGeometryCacheTest() :
|
| ui_thread_(BrowserThread::UI, &ui_message_loop_) {
|
| prefs_.reset(new extensions::TestExtensionPrefs(
|
| - ui_message_loop_.message_loop_proxy()));
|
| - cache_.reset(
|
| - new ShellWindowGeometryCache(&profile_, prefs_->prefs()));
|
| + ui_message_loop_.message_loop_proxy().get()));
|
| + cache_.reset(new ShellWindowGeometryCache(&profile_, prefs_->prefs()));
|
| cache_->SetSyncDelayForTests(0);
|
| }
|
|
|
|
|