| Index: chrome/browser/chromeos/drive/drive_sync_client.cc
|
| diff --git a/chrome/browser/chromeos/drive/drive_sync_client.cc b/chrome/browser/chromeos/drive/drive_sync_client.cc
|
| index 2b87df42427f64423d16358ba81a3787d025f898..6083cdce06ab8ee41b4c5eed20af8dec5a0b823a 100644
|
| --- a/chrome/browser/chromeos/drive/drive_sync_client.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_sync_client.cc
|
| @@ -9,8 +9,8 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/message_loop_proxy.h"
|
| +#include "base/prefs/pref_change_registrar.h"
|
| #include "base/prefs/pref_service.h"
|
| -#include "base/prefs/public/pref_change_registrar.h"
|
| #include "chrome/browser/chromeos/drive/drive.pb.h"
|
| #include "chrome/browser/chromeos/drive/drive_file_system_interface.h"
|
| #include "chrome/browser/profiles/profile.h"
|
|
|