blob: 19eff8373442219ed9144047e458bf0481d5c37d [file] [log] [blame]
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/chromeos/login/screens/mock_base_screen_delegate.h"
namespace chromeos {
MockBaseScreenDelegate::MockBaseScreenDelegate() {
}
MockBaseScreenDelegate::~MockBaseScreenDelegate() {
}
} // namespace chromeos