chromium/chrome/browser/sync_file_system/drive_backend/callback_tracker_internal.cc

// Copyright 2014 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/drive_backend/callback_tracker_internal.h"

#include "chrome/browser/sync_file_system/drive_backend/callback_tracker.h"

namespace sync_file_system {
namespace drive_backend {
namespace internal {

AbortHelper::AbortHelper(CallbackTracker* tracker) :{}

AbortHelper::~AbortHelper() {}

base::WeakPtr<AbortHelper> AbortHelper::AsWeakPtr() {}

// static
std::unique_ptr<AbortHelper> AbortHelper::TakeOwnership(
    const base::WeakPtr<AbortHelper>& abort_helper) {}

}  // namespace internal
}  // namespace drive_backend
}  // namespace sync_file_system