Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1916)

Unified Diff: chrome/browser/sync/profile_sync_service_session_unittest.cc

Issue 11360259: Sync: Add DeviceInfo's ChangeProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698