// 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. #ifndef COMPONENTS_SYNC_TEST_SESSIONS_HIERARCHY_H_ #define COMPONENTS_SYNC_TEST_SESSIONS_HIERARCHY_H_ #include <set> #include <string> namespace fake_server { class SessionsHierarchy; // A representation of the Sync Sessions hierarchy (windows and the URLs of // their tabs). class SessionsHierarchy { … }; } // namespace fake_server #endif // COMPONENTS_SYNC_TEST_SESSIONS_HIERARCHY_H_