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

Unified Diff: chrome/browser/sync/engine/syncer_thread2_whitebox_unittest.cc

Issue 6874018: make new syncer thread the default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Upload before submit. Created 9 years, 8 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/engine/syncer_thread2_whitebox_unittest.cc
diff --git a/chrome/browser/sync/engine/syncer_thread2_whitebox_unittest.cc b/chrome/browser/sync/engine/syncer_thread2_whitebox_unittest.cc
index e1d1218c5ce2cccd7c86cac7e8c2ddda6f547da9..e041aaa959ce8961f6da44834fb760a01934bf72 100644
--- a/chrome/browser/sync/engine/syncer_thread2_whitebox_unittest.cc
+++ b/chrome/browser/sync/engine/syncer_thread2_whitebox_unittest.cc
@@ -4,7 +4,7 @@
#include "base/time.h"
#include "chrome/browser/sync/engine/mock_model_safe_workers.h"
-#include "chrome/browser/sync/engine/syncer_thread2.h"
+#include "chrome/browser/sync/engine/syncer_thread.h"
#include "chrome/browser/sync/sessions/sync_session_context.h"
#include "chrome/browser/sync/sessions/test_util.h"
#include "chrome/test/sync/engine/mock_connection_manager.h"
@@ -19,8 +19,6 @@ namespace browser_sync {
using sessions::SyncSessionContext;
using browser_sync::Syncer;
-namespace s3 {
-
class SyncerThread2WhiteboxTest : public testing::Test {
public:
virtual void SetUp() {
@@ -226,10 +224,8 @@ TEST_F(SyncerThread2WhiteboxTest, ContinueCanaryJobConfig) {
EXPECT_EQ(decision, SyncerThread::CONTINUE);
}
-
-} // namespace s3
} // namespace browser_sync
// SyncerThread won't outlive the test!
DISABLE_RUNNABLE_METHOD_REFCOUNT(
- browser_sync::s3::SyncerThread2WhiteboxTest);
+ browser_sync::SyncerThread2WhiteboxTest);
« no previous file with comments | « chrome/browser/sync/engine/syncer_thread2_unittest.cc ('k') | chrome/browser/sync/engine/syncer_thread_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698