#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) { … }