// Copyright 2012 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_DELEGATE_H_ #define COMPONENTS_SYNC_SESSIONS_SYNCED_WINDOW_DELEGATE_H_ #include "components/sessions/core/session_id.h" namespace sync_sessions { class SyncedTabDelegate; // A SyncedWindowDelegate is used to insulate the sync code from depending // directly on Browser and BrowserList. class SyncedWindowDelegate { … }; } // namespace sync_sessions #endif // COMPONENTS_SYNC_SESSIONS_SYNCED_WINDOW_DELEGATE_H_