Index: chrome/browser/sync/profile_sync_service_session_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_session_unittest.cc b/chrome/browser/sync/profile_sync_service_session_unittest.cc |
index 7adefd4ca27e664174b7abcc47a01cc0206374d1..5c48045b1820a3e75e4d71a808e2ea8898ef784c 100644 |
--- a/chrome/browser/sync/profile_sync_service_session_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_session_unittest.cc |
@@ -59,7 +59,6 @@ using content::BrowserThread; |
using syncer::ChangeRecord; |
using testing::_; |
using testing::Return; |
-using syncer::TestIdFactory; |
namespace browser_sync { |
@@ -88,7 +87,7 @@ void AddWindowSpecifics(int window_id, |
} |
void BuildTabSpecifics(const std::string& tag, int window_id, int tab_id, |
- sync_pb::SessionSpecifics* tab_base) { |
+ sync_pb::SessionSpecifics* tab_base) { |
tab_base->set_session_tag(tag); |
sync_pb::SessionTab* tab = tab_base->mutable_tab(); |
tab->set_tab_id(tab_id); |