chromium/chrome/browser/sync/test/integration/dictionary_load_observer.cc

// Copyright 2012 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/test/integration/dictionary_load_observer.h"

DictionaryLoadObserver::DictionaryLoadObserver(base::OnceClosure quit_task)
    :{}

DictionaryLoadObserver::~DictionaryLoadObserver() = default;

void DictionaryLoadObserver::OnCustomDictionaryLoaded() {}

void DictionaryLoadObserver::OnCustomDictionaryChanged(
    const SpellcheckCustomDictionary::Change& dictionary_change) {}