| // Copyright 2020 The Chromium Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef CHROME_BROWSER_WEB_APPLICATIONS_COMPONENTS_WEB_APP_ID_H_ | |
| #define CHROME_BROWSER_WEB_APPLICATIONS_COMPONENTS_WEB_APP_ID_H_ | |
| #include <string> | |
| namespace web_app { | |
| // App ID matches Extension ID. | |
| using AppId = std::string; | |
| } // namespace web_app | |
| #endif // CHROME_BROWSER_WEB_APPLICATIONS_COMPONENTS_WEB_APP_ID_H_ |