| Index: chrome/browser/chromeos/extensions/file_manager/external_filesystem_apitest.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/extensions/file_manager/external_filesystem_apitest.cc (revision 211221)
|
| +++ chrome/browser/chromeos/extensions/file_manager/external_filesystem_apitest.cc (working copy)
|
| @@ -6,6 +6,7 @@
|
| #include "base/file_util.h"
|
| #include "base/files/file_path.h"
|
| #include "base/files/scoped_temp_dir.h"
|
| +#include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/chromeos/drive/drive_integration_service.h"
|
| #include "chrome/browser/chromeos/extensions/file_manager/drive_test_util.h"
|
| #include "chrome/browser/drive/fake_drive_service.h"
|
| @@ -13,7 +14,6 @@
|
| #include "chrome/browser/google_apis/test_util.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/browser.h"
|
| -#include "chrome/common/chrome_notification_types.h"
|
| #include "content/public/browser/browser_context.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/test/test_utils.h"
|
|
|