| Index: chrome/browser/ui/app_list/app_list_controller_delegate.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_controller.h b/chrome/browser/ui/app_list/app_list_controller_delegate.h
|
| similarity index 80%
|
| rename from chrome/browser/ui/app_list/app_list_controller.h
|
| rename to chrome/browser/ui/app_list/app_list_controller_delegate.h
|
| index 082f5371dd28a6d95a80e5e8f79a1cfc9a4a4e6f..dff9bbd2d6906779769e94ffb3c42a8325cf653b 100644
|
| --- a/chrome/browser/ui/app_list/app_list_controller.h
|
| +++ b/chrome/browser/ui/app_list/app_list_controller_delegate.h
|
| @@ -1,9 +1,9 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright 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 CHROME_BROWSER_UI_APP_LIST_APP_LIST_CONTROLLER_H_
|
| -#define CHROME_BROWSER_UI_APP_LIST_APP_LIST_CONTROLLER_H_
|
| +#ifndef CHROME_BROWSER_UI_APP_LIST_APP_LIST_CONTROLLER_DELEGATE_H_
|
| +#define CHROME_BROWSER_UI_APP_LIST_APP_LIST_CONTROLLER_DELEGATE_H_
|
|
|
| #include <string>
|
|
|
| @@ -55,14 +55,4 @@ class AppListControllerDelegate {
|
| int event_flags) = 0;
|
| };
|
|
|
| -namespace app_list_controller {
|
| -
|
| -// Do any once off initialization needed for the app list.
|
| -void InitAppList();
|
| -
|
| -// Show the app list.
|
| -void ShowAppList();
|
| -
|
| -} // namespace app_list_controller
|
| -
|
| -#endif // CHROME_BROWSER_UI_APP_LIST_APP_LIST_CONTROLLER_H_
|
| +#endif // CHROME_BROWSER_UI_APP_LIST_APP_LIST_CONTROLLER_DELEGATE_H_
|
|
|