// Copyright 2015 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/task_manager/providers/web_contents/web_contents_tag.h" #include "chrome/browser/task_manager/providers/web_contents/web_contents_tags_manager.h" #include "content/public/browser/web_contents.h" namespace task_manager { // static const WebContentsTag* WebContentsTag::FromWebContents( const content::WebContents* contents) { … } WebContentsTag::WebContentsTag(content::WebContents* contents) : … { … } WebContentsTag::~WebContentsTag() { … } // static void* WebContentsTag::kTagKey = …; } // namespace task_manager