| Index: chrome/browser/ui/ash/chrome_launcher_prefs.h
|
| diff --git a/chrome/browser/ui/ash/chrome_launcher_prefs.h b/chrome/browser/ui/ash/chrome_launcher_prefs.h
|
| index d5df2d9e9b83dc7e5683ae4769923577d3220211..38786144c1cbfc804028d74452e0d42d3b2a26ad 100644
|
| --- a/chrome/browser/ui/ash/chrome_launcher_prefs.h
|
| +++ b/chrome/browser/ui/ash/chrome_launcher_prefs.h
|
| @@ -8,7 +8,7 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "ash/shelf/shelf_types.h"
|
| +#include "ash/common/shelf/shelf_types.h"
|
|
|
| class LauncherControllerHelper;
|
| class PrefService;
|
| @@ -55,11 +55,10 @@ void SetShelfAutoHideBehaviorPref(PrefService* prefs,
|
| ShelfAutoHideBehavior behavior);
|
|
|
| // Get or set the shelf alignment preference for a particular display.
|
| -wm::ShelfAlignment GetShelfAlignmentPref(PrefService* prefs,
|
| - int64_t display_id);
|
| +ShelfAlignment GetShelfAlignmentPref(PrefService* prefs, int64_t display_id);
|
| void SetShelfAlignmentPref(PrefService* prefs,
|
| int64_t display_id,
|
| - wm::ShelfAlignment alignment);
|
| + ShelfAlignment alignment);
|
|
|
| // Get the list of pinned apps from preferences.
|
| std::vector<std::string> GetPinnedAppsFromPrefs(
|
|
|