Chromium Code Reviews| Index: content/renderer/background_sync/background_sync_client_impl.cc |
| diff --git a/content/renderer/background_sync/background_sync_client_impl.cc b/content/renderer/background_sync/background_sync_client_impl.cc |
| index 6306fdb78a41cbd5bc003763495aba653cd1a3a3..1cd036bf14118c88d739a5ebe931c3425953d708 100644 |
| --- a/content/renderer/background_sync/background_sync_client_impl.cc |
| +++ b/content/renderer/background_sync/background_sync_client_impl.cc |
| @@ -7,14 +7,11 @@ |
| #include <utility> |
| #include "base/time/time.h" |
| -#include "content/child/background_sync/background_sync_provider.h" |
|
iclelland
2016/11/14 18:43:07
Thanks for cleaning those up.
|
| #include "content/child/background_sync/background_sync_type_converters.h" |
| #include "content/renderer/service_worker/service_worker_context_client.h" |
| #include "mojo/public/cpp/bindings/strong_binding.h" |
| #include "third_party/WebKit/public/platform/Platform.h" |
| #include "third_party/WebKit/public/platform/WebThread.h" |
| -#include "third_party/WebKit/public/platform/modules/background_sync/WebSyncProvider.h" |
| -#include "third_party/WebKit/public/platform/modules/background_sync/WebSyncRegistration.h" |
| #include "third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h" |
| namespace content { |