Upstream version 5.34.92.0
[platform/framework/web/crosswalk.git] / src / content / browser / service_worker / service_worker_provider_host.cc
1 // Copyright 2013 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 "content/browser/service_worker/service_worker_provider_host.h"
6
7 #include "content/browser/service_worker/service_worker_version.h"
8
9 namespace content {
10
11 ServiceWorkerProviderHost::ServiceWorkerProviderHost(
12     int process_id, int provider_id)
13     : process_id_(process_id), provider_id_(provider_id) {
14 }
15
16 ServiceWorkerProviderHost::~ServiceWorkerProviderHost() {
17 }
18
19 }  // namespace content