chromium/chrome/browser/command_updater_impl_unittest.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/command_updater_impl.h"

#include "base/compiler_specific.h"
#include "chrome/browser/command_observer.h"
#include "chrome/browser/command_updater_delegate.h"
#include "testing/gtest/include/gtest/gtest.h"

class FakeCommandUpdaterDelegate : public CommandUpdaterDelegate {};

class FakeCommandObserver : public CommandObserver {};

TEST(CommandUpdaterImplTest, TestBasicAPI) {}

TEST(CommandUpdaterImplTest, TestObservers) {}

TEST(CommandUpdaterImplTest, TestObserverRemovingAllCommands) {}