blob: f90ec6cac1ed77a04e2227c60159ce5e2faf4230 [file] [log] [blame]
// Copyright 2016 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/ui/ash/launcher/shelf_app_updater.h"
ShelfAppUpdater::ShelfAppUpdater(Delegate* delegate,
content::BrowserContext* browser_context)
: delegate_(delegate), browser_context_(browser_context) {}
ShelfAppUpdater::~ShelfAppUpdater() {}