| Index: components/prefs/scoped_user_pref_update.cc
|
| diff --git a/components/prefs/scoped_user_pref_update.cc b/components/prefs/scoped_user_pref_update.cc
|
| index 1440a5711d8f911d545dbcbbc792abb464bb13de..dfba3349a2d5ae79be3917733e721f4c65df042f 100644
|
| --- a/components/prefs/scoped_user_pref_update.cc
|
| +++ b/components/prefs/scoped_user_pref_update.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/prefs/scoped_user_pref_update.h"
|
| +#include "components/prefs/scoped_user_pref_update.h"
|
|
|
| #include "base/logging.h"
|
| -#include "base/prefs/pref_notifier.h"
|
| -#include "base/prefs/pref_service.h"
|
| +#include "components/prefs/pref_notifier.h"
|
| +#include "components/prefs/pref_service.h"
|
|
|
| namespace subtle {
|
|
|
|
|