| Index: components/drive/drive_notification_manager.cc
|
| diff --git a/chrome/browser/drive/drive_notification_manager.cc b/components/drive/drive_notification_manager.cc
|
| similarity index 97%
|
| rename from chrome/browser/drive/drive_notification_manager.cc
|
| rename to components/drive/drive_notification_manager.cc
|
| index fb1e3a615b00bc3ae5e009095f2b02245399b8d8..14e076828220dbc82dfd7c22b3918a6a7f7a7d44 100644
|
| --- a/chrome/browser/drive/drive_notification_manager.cc
|
| +++ b/components/drive/drive_notification_manager.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/drive/drive_notification_manager.h"
|
| +#include "components/drive/drive_notification_manager.h"
|
|
|
| #include "base/metrics/histogram.h"
|
| -#include "chrome/browser/drive/drive_notification_observer.h"
|
| +#include "components/drive/drive_notification_observer.h"
|
| #include "components/invalidation/public/invalidation_service.h"
|
| #include "components/invalidation/public/object_id_invalidation_map.h"
|
| #include "google/cacheinvalidation/types.pb.h"
|
|
|