| Index: chrome/browser/sync/glue/local_device_info_provider_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/local_device_info_provider_unittest.cc b/chrome/browser/sync/glue/local_device_info_provider_unittest.cc
|
| index f09f59bc3a533862caf1d032b1b5971756275cc8..4932323981d0959812e8d4083d052c0a3e3a9e15 100644
|
| --- a/chrome/browser/sync/glue/local_device_info_provider_unittest.cc
|
| +++ b/chrome/browser/sync/glue/local_device_info_provider_unittest.cc
|
| @@ -10,6 +10,9 @@
|
| #include "sync/util/get_session_name.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +using sync_driver::DeviceInfo;
|
| +using sync_driver::LocalDeviceInfoProvider;
|
| +
|
| namespace browser_sync {
|
|
|
| const char kLocalDeviceGuid[] = "foo";
|
|
|