| Index: ash/shelf/shelf_util.h
|
| diff --git a/ash/shelf/shelf_util.h b/ash/shelf/shelf_util.h
|
| deleted file mode 100644
|
| index daf6c0f0e78eb209306f844b49464c892706e36d..0000000000000000000000000000000000000000
|
| --- a/ash/shelf/shelf_util.h
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -// Copyright 2013 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 ASH_SHELF_SHELF_UTIL_H_
|
| -#define ASH_SHELF_SHELF_UTIL_H_
|
| -
|
| -#include "ash/ash_export.h"
|
| -
|
| -namespace ash {
|
| -
|
| -class LauncherModel;
|
| -
|
| -// Return the index of the browser item from a given |launcher_model|.
|
| -ASH_EXPORT int GetBrowserItemIndex(const LauncherModel& launcher_model);
|
| -
|
| -} // namespace ash
|
| -
|
| -#endif // ASH_SHELF_SHELF_UTIL_H_
|
|
|