chromium/chrome/browser/ui/ash/shelf/shelf_app_updater.cc

// Copyright 2016 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/ui/ash/shelf/shelf_app_updater.h"

ShelfAppUpdater::ShelfAppUpdater(Delegate* delegate,
                                 content::BrowserContext* browser_context)
    : delegate_(delegate), browser_context_(browser_context) {}

ShelfAppUpdater::~ShelfAppUpdater() {}