blob: 30e8679de88b42f75d0f92a7cd9cc6fe165750e2 [file] [log] [blame]
hanxia5c856cf2015-02-13 20:51:581// Copyright 2015 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "extensions/renderer/injection_host.h"
6
7InjectionHost::InjectionHost(const HostID& host_id) :
8 id_(host_id) {
9}
10
11InjectionHost::~InjectionHost() {
12}