| Index: chrome/browser/win/jumplist.h
|
| diff --git a/chrome/browser/jumplist_win.h b/chrome/browser/win/jumplist.h
|
| similarity index 97%
|
| rename from chrome/browser/jumplist_win.h
|
| rename to chrome/browser/win/jumplist.h
|
| index 16c319ac225327e44a3cc5b735b9f22acf652253..24ca8a54823000b7103fd8ad9257bc91563007b3 100644
|
| --- a/chrome/browser/jumplist_win.h
|
| +++ b/chrome/browser/win/jumplist.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_JUMPLIST_WIN_H_
|
| -#define CHROME_BROWSER_JUMPLIST_WIN_H_
|
| +#ifndef CHROME_BROWSER_WIN_JUMPLIST_H_
|
| +#define CHROME_BROWSER_WIN_JUMPLIST_H_
|
|
|
| #include <stddef.h>
|
|
|
| @@ -18,8 +18,8 @@
|
| #include "base/synchronization/lock.h"
|
| #include "base/task/cancelable_task_tracker.h"
|
| #include "base/timer/timer.h"
|
| -#include "chrome/browser/jumplist_updater_win.h"
|
| #include "chrome/browser/prefs/incognito_mode_prefs.h"
|
| +#include "chrome/browser/win/jumplist_updater.h"
|
| #include "components/history/core/browser/history_service.h"
|
| #include "components/history/core/browser/history_types.h"
|
| #include "components/history/core/browser/top_sites_observer.h"
|
| @@ -190,4 +190,4 @@ class JumpList : public sessions::TabRestoreServiceObserver,
|
| DISALLOW_COPY_AND_ASSIGN(JumpList);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_JUMPLIST_WIN_H_
|
| +#endif // CHROME_BROWSER_WIN_JUMPLIST_H_
|
|
|