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

Unified Diff: chrome/browser/sync/glue/sync_frontend.cc

Issue 61183003: Refactor SyncBackendHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix patch upload + fix some other issues Created 7 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
« no previous file with comments | « chrome/browser/sync/glue/sync_frontend.h ('k') | chrome/browser/sync/profile_sync_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/sync_frontend.cc
diff --git a/native_client_sdk/src/tests/nacl_io_test/mount_mock.cc b/chrome/browser/sync/glue/sync_frontend.cc
similarity index 50%
copy from native_client_sdk/src/tests/nacl_io_test/mount_mock.cc
copy to chrome/browser/sync/glue/sync_frontend.cc
index 1006822ed21767e07ef0032ddefddca842698d98..98a41d56cb2ee716b0c763a1087af2a1b68e0097 100644
--- a/native_client_sdk/src/tests/nacl_io_test/mount_mock.cc
+++ b/chrome/browser/sync/glue/sync_frontend.cc
@@ -2,9 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mount_mock.h"
+#include "chrome/browser/sync/glue/sync_frontend.h"
-MountMock::MountMock() {}
+namespace browser_sync {
-MountMock::~MountMock() {}
+SyncFrontend::SyncFrontend() {}
+SyncFrontend::~SyncFrontend() {}
+
+} // namespace browser_sync
« no previous file with comments | « chrome/browser/sync/glue/sync_frontend.h ('k') | chrome/browser/sync/profile_sync_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698