// 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 "components/history/content/browser/history_context_helper.h" #include "content/public/browser/web_contents.h" #include "content/public/browser/web_contents_user_data.h" namespace … // namespace namespace history { ContextID ContextIDForWebContents(content::WebContents* web_contents) { … } } // namespace history