| 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 255c78c535466b9519a4f0327516dd0d2380a48f..456c165884347a28a984120b7747b53867d2b4f3 100644
|
| --- a/apps/shell_window_geometry_cache_unittest.cc
|
| +++ b/apps/shell_window_geometry_cache_unittest.cc
|
| @@ -51,7 +51,7 @@ class ShellWindowGeometryCacheTest : public testing::Test {
|
|
|
| protected:
|
| TestingProfile profile_;
|
| - MessageLoopForUI ui_message_loop_;
|
| + base::MessageLoopForUI ui_message_loop_;
|
| content::TestBrowserThread ui_thread_;
|
| scoped_ptr<extensions::TestExtensionPrefs> prefs_;
|
| scoped_ptr<ShellWindowGeometryCache> cache_;
|
|
|