blob: da60a0163777a844c0c8f4d1a0d7587a2039100d [file] [log] [blame]
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/sync_file_system/mock_remote_change_processor.h"
namespace sync_file_system {
MockRemoteChangeProcessor::MockRemoteChangeProcessor() {
}
MockRemoteChangeProcessor::~MockRemoteChangeProcessor() {
}
} // sync_file_system