// 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.h" #include "base/functional/bind.h" #include "testing/gtest/include/gtest/gtest.h" namespace sync_file_system { namespace drive_backend { namespace { void Receiver(bool* called) { … } } // namespace TEST(CallbackTrackerTest, AbortAll) { … } TEST(CallbackTrackerTest, Invoke) { … } } // namespace drive_backend } // namespace sync_file_system