Home | History | Annotate | Download | only in sync_file_system
      1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
      2 // Use of this source code is governed by a BSD-style license that can be
      3 // found in the LICENSE file.
      4 
      5 #include "chrome/browser/sync_file_system/mock_remote_change_processor.h"
      6 
      7 namespace sync_file_system {
      8 
      9 MockRemoteChangeProcessor::MockRemoteChangeProcessor() {
     10 }
     11 
     12 MockRemoteChangeProcessor::~MockRemoteChangeProcessor() {
     13 }
     14 
     15 }  // sync_file_system
     16