| Index: chrome/browser/system_monitor/removable_device_notifications_linux_unittest.cc
|
| diff --git a/chrome/browser/system_monitor/removable_device_notifications_linux_unittest.cc b/chrome/browser/system_monitor/removable_device_notifications_linux_unittest.cc
|
| index 538f18021bee805ab03f529221b748d203d96b51..ec1fec618933ad546db25f353afe451b03463250 100644
|
| --- a/chrome/browser/system_monitor/removable_device_notifications_linux_unittest.cc
|
| +++ b/chrome/browser/system_monitor/removable_device_notifications_linux_unittest.cc
|
| @@ -12,10 +12,10 @@
|
| #include <string>
|
|
|
| #include "base/file_util.h"
|
| +#include "base/files/scoped_temp_dir.h"
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop.h"
|
| -#include "base/scoped_temp_dir.h"
|
| #include "base/system_monitor/system_monitor.h"
|
| #include "base/test/mock_devices_changed_observer.h"
|
| #include "base/utf_string_conversions.h"
|
| @@ -295,7 +295,7 @@ class RemovableDeviceNotificationLinuxTest : public testing::Test {
|
| scoped_ptr<base::MockDevicesChangedObserver> mock_devices_changed_observer_;
|
|
|
| // Temporary directory for created test data.
|
| - ScopedTempDir scoped_temp_dir_;
|
| + base::ScopedTempDir scoped_temp_dir_;
|
| // Path to the test mtab file.
|
| FilePath mtab_file_;
|
|
|
|
|