summaryrefslogtreecommitdiff
path: root/chromium/extensions/browser/guest_view/app_view/app_view_guest_delegate.cc
blob: a627d5f55825c284fe6af36e2c2f41d00f55a851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "extensions/browser/guest_view/app_view/app_view_guest_delegate.h"

namespace extensions {

AppViewGuestDelegate::~AppViewGuestDelegate() {
}

}  // namespace extensions