// 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 EXTENSIONS_BROWSER_APP_SORTING_H_ #define EXTENSIONS_BROWSER_APP_SORTING_H_ #include <stddef.h> #include <string> #include "components/sync/model/string_ordinal.h" #include "extensions/common/extension.h" #include "extensions/common/extension_id.h" namespace extensions { // An interface that provides a fixed ordering for a set of apps. class AppSorting { … }; } // namespace extensions #endif // EXTENSIONS_BROWSER_APP_SORTING_H_