account_manager_facade.cc 635 B

12345678910111213141516171819
  1. // Copyright 2020 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. #include "components/account_manager_core/account_manager_facade.h"
  5. namespace account_manager {
  6. // static
  7. const char AccountManagerFacade::kAccountAdditionSource[] =
  8. "AccountManager.AccountAdditionSource";
  9. AccountManagerFacade::Observer::Observer() = default;
  10. AccountManagerFacade::Observer::~Observer() = default;
  11. AccountManagerFacade::AccountManagerFacade() = default;
  12. AccountManagerFacade::~AccountManagerFacade() = default;
  13. } // namespace account_manager