| Index: chrome/browser/extensions/app_notification_manager_sync_unittest.cc
|
| diff --git a/chrome/browser/extensions/app_notification_manager_sync_unittest.cc b/chrome/browser/extensions/app_notification_manager_sync_unittest.cc
|
| index 380a1c739d8fe6c5b946c5a2113370c4a4aba066..b761c58687fcd9a6f62b60166b29ac4100a9d3b2 100644
|
| --- a/chrome/browser/extensions/app_notification_manager_sync_unittest.cc
|
| +++ b/chrome/browser/extensions/app_notification_manager_sync_unittest.cc
|
| @@ -229,7 +229,7 @@ class AppNotificationManagerSyncTest : public testing::Test {
|
| content::TestBrowserThread file_thread_;
|
|
|
| // We keep two TemplateURLServices to test syncing between them.
|
| - ScopedTempDir temp_dir_;
|
| + base::ScopedTempDir temp_dir_;
|
| scoped_ptr<TestingProfile> profile_;
|
| scoped_refptr<AppNotificationManager> model_;
|
|
|
|
|