1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef ASH_LAUNCHER_LAUNCHER_UTIL_H_
6 #define ASH_LAUNCHER_LAUNCHER_UTIL_H_
8 #include "ash/ash_export.h"
15 // Return the index of the browser item from a given |launcher_model|.
16 ASH_EXPORT
int GetBrowserItemIndex(const LauncherModel
& launcher_model
);
18 } // namespace launcher
21 #endif // ASH_LAUNCHER_LAUNCHER_UTIL_H_