| Index: chrome/browser/ui/cocoa/window_size_autosaver.mm
|
| diff --git a/chrome/browser/ui/cocoa/window_size_autosaver.mm b/chrome/browser/ui/cocoa/window_size_autosaver.mm
|
| index c5716f892802863e994eba9ea013406f9ec274ff..180ec1d3427d0d9859b30abdca4c71756520c2c1 100644
|
| --- a/chrome/browser/ui/cocoa/window_size_autosaver.mm
|
| +++ b/chrome/browser/ui/cocoa/window_size_autosaver.mm
|
| @@ -6,8 +6,8 @@
|
|
|
| #import "chrome/browser/ui/cocoa/window_size_autosaver.h"
|
|
|
| -#include "base/prefs/pref_service.h"
|
| -#include "base/prefs/scoped_user_pref_update.h"
|
| +#include "components/prefs/pref_service.h"
|
| +#include "components/prefs/scoped_user_pref_update.h"
|
|
|
| // If the window width stored in the prefs is smaller than this, the size is
|
| // not restored but instead cleared from the profile -- to protect users from
|
|
|