| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 9a91bc9bb167547dc5e4bbba8d4f0e9d331f4040..04fb82325bf72d4b6a47cf8c27636a383627f288 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -125,7 +125,6 @@
|
| #include "content/public/common/url_utils.h"
|
| #include "content/public/common/web_preferences.h"
|
| #include "device/geolocation/geolocation_service_context.h"
|
| -#include "device/nfc/nfc.mojom.h"
|
| #include "net/base/url_util.h"
|
| #include "net/http/http_cache.h"
|
| #include "net/http/http_transaction_factory.h"
|
| @@ -152,6 +151,7 @@
|
| #include "content/browser/android/java_interfaces_impl.h"
|
| #include "content/browser/media/android/media_web_contents_observer_android.h"
|
| #include "content/browser/web_contents/web_contents_android.h"
|
| +#include "services/device/public/interfaces/nfc.mojom.h"
|
| #endif // OS_ANDROID
|
|
|
| #if defined(OS_MACOSX)
|
|
|