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

Unified Diff: chrome/browser/sync/sessions/sync_session_unittest.cc

Issue 8313002: Revert 105667 - Send important client side event information to the server. We create a class cal... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 months 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/sessions/sync_session_unittest.cc
===================================================================
--- chrome/browser/sync/sessions/sync_session_unittest.cc (revision 105679)
+++ chrome/browser/sync/sessions/sync_session_unittest.cc (working copy)
@@ -37,7 +37,7 @@
virtual void SetUp() {
context_.reset(new SyncSessionContext(NULL, NULL, this,
- std::vector<SyncEngineEventListener*>(), NULL));
+ std::vector<SyncEngineEventListener*>()));
routes_.clear();
routes_[syncable::BOOKMARKS] = GROUP_UI;
routes_[syncable::AUTOFILL] = GROUP_UI;
@@ -122,7 +122,7 @@
db.SetUp();
session_.reset();
context_.reset(new SyncSessionContext(NULL, db.manager(), this,
- std::vector<SyncEngineEventListener*>(), NULL));
+ std::vector<SyncEngineEventListener*>()));
session_.reset(MakeSession());
context_->set_account_name(db.name());
syncable::ScopedDirLookup dir(context_->directory_manager(),
« no previous file with comments | « chrome/browser/sync/sessions/sync_session_context.cc ('k') | chrome/browser/sync/test/engine/syncer_command_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698