// 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 "chrome/browser/sessions/session_common_utils.h" #include <algorithm> #include <string> #include "chrome/common/url_constants.h" #include "components/sessions/core/session_types.h" #include "url/gurl.h" bool ShouldTrackURLForRestore(const GURL& url) { … } int GetNavigationIndexToSelect(const sessions::SessionTab& tab) { … }