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 9b6adbdc303d5133a1ddc4140637cec2379f7305..71d7cdd1caae6edbbfe4dbe0ce454a27386c554b 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); |