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

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: Fix sync_client.cc 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 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);
« no previous file with comments | « chrome/browser/sync/glue/synced_device_tracker_unittest.cc ('k') | chrome/browser/sync/profile_sync_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698