| Index: chrome/browser/gcm/instance_id/instance_id_profile_service_factory.cc
|
| diff --git a/chrome/browser/services/gcm/instance_id/instance_id_profile_service_factory.cc b/chrome/browser/gcm/instance_id/instance_id_profile_service_factory.cc
|
| similarity index 87%
|
| rename from chrome/browser/services/gcm/instance_id/instance_id_profile_service_factory.cc
|
| rename to chrome/browser/gcm/instance_id/instance_id_profile_service_factory.cc
|
| index 408c1e919fbeaff6a07d04948a02d7c4c3978400..2d3e51bcb8cd716f6d0a294a48a29479530b412d 100644
|
| --- a/chrome/browser/services/gcm/instance_id/instance_id_profile_service_factory.cc
|
| +++ b/chrome/browser/gcm/instance_id/instance_id_profile_service_factory.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/services/gcm/instance_id/instance_id_profile_service_factory.h"
|
| +#include "chrome/browser/gcm/instance_id/instance_id_profile_service_factory.h"
|
|
|
| #include <memory>
|
|
|
| +#include "chrome/browser/gcm/gcm_profile_service_factory.h"
|
| +#include "chrome/browser/gcm/instance_id/instance_id_profile_service.h"
|
| #include "chrome/browser/profiles/incognito_helpers.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/services/gcm/gcm_profile_service_factory.h"
|
| -#include "chrome/browser/services/gcm/instance_id/instance_id_profile_service.h"
|
| #include "components/keyed_service/content/browser_context_dependency_manager.h"
|
|
|
| namespace instance_id {
|
|
|