// 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. #ifndef COMPONENTS_SYNC_SESSIONS_SYNCED_WINDOW_DELEGATES_GETTER_H_ #define COMPONENTS_SYNC_SESSIONS_SYNCED_WINDOW_DELEGATES_GETTER_H_ #include <map> #include "components/sessions/core/session_id.h" namespace sync_sessions { class SyncedWindowDelegate; // An interface for accessing SyncedWindowDelegates. Subclasses define // how this is done on different platforms. class SyncedWindowDelegatesGetter { … }; } // namespace sync_sessions #endif // COMPONENTS_SYNC_SESSIONS_SYNCED_WINDOW_DELEGATES_GETTER_H_