// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_EXTENSIONS_API_SESSIONS_SESSION_ID_H__ #define CHROME_BROWSER_EXTENSIONS_API_SESSIONS_SESSION_ID_H__ #include <memory> #include <string> namespace extensions { class SessionId { … }; } // namespace extensions #endif // CHROME_BROWSER_EXTENSIONS_API_SESSIONS_SESSION_ID_H__