| 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
|
|
|