summaryrefslogtreecommitdiff
path: root/chromium/ash/launcher/launcher_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ash/launcher/launcher_util.h')
-rw-r--r--chromium/ash/launcher/launcher_util.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/chromium/ash/launcher/launcher_util.h b/chromium/ash/launcher/launcher_util.h
deleted file mode 100644
index 89551f064ab..00000000000
--- a/chromium/ash/launcher/launcher_util.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright (c) 2012 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_LAUNCHER_LAUNCHER_UTIL_H_
-#define ASH_LAUNCHER_LAUNCHER_UTIL_H_
-
-#include "ash/ash_export.h"
-
-namespace ash {
-class LauncherModel;
-
-namespace launcher {
-
-// Return the index of the browser item from a given |launcher_model|.
-ASH_EXPORT int GetBrowserItemIndex(const LauncherModel& launcher_model);
-
-} // namespace launcher
-} // namespace ash
-
-#endif // ASH_LAUNCHER_LAUNCHER_UTIL_H_