blob: 61ae6d4a70dfed382b972239293a1818527dac74 [file] [log] [blame]
// 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() {}