blob: f900e182eeb851296f96e1ee21b6b3d1be08a859 [file] [log] [blame]
// Copyright 2012 The Chromium Authors
// 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