root/chrome/browser/sync_file_system/mock_remote_change_processor.cc

/* [<][>][^][v][top][bottom][index][help] */
// 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

/* [<][>][^][v][top][bottom][index][help] */