diff options
Diffstat (limited to 'ash/shelf/shelf_util.h')
-rw-r--r-- | ash/shelf/shelf_util.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ash/shelf/shelf_util.h b/ash/shelf/shelf_util.h deleted file mode 100644 index daf6c0f..0000000 --- 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_ |