| Index: chrome/browser/chromeos/drive/drive_integration_service_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/drive/drive_integration_service_browsertest.cc b/chrome/browser/chromeos/drive/drive_integration_service_browsertest.cc
|
| index 28c90e163984d7d73f454b7e3d2e53a5261b9f5d..c710b4db343daa25621cb3a52eddaf8830dc53de 100644
|
| --- a/chrome/browser/chromeos/drive/drive_integration_service_browsertest.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_integration_service_browsertest.cc
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "chrome/browser/chromeos/drive/drive_integration_service.h"
|
|
|
| -#include "base/prefs/pref_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/test/base/in_process_browser_test.h"
|
| #include "components/drive/drive_pref_names.h"
|
| +#include "components/prefs/pref_service.h"
|
|
|
| namespace drive {
|
|
|
|
|