summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/app/android/sandboxed_process_service.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/content/app/android/sandboxed_process_service.cc b/content/app/android/sandboxed_process_service.cc
index e36d713..7c87d71 100644
--- a/content/app/android/sandboxed_process_service.cc
+++ b/content/app/android/sandboxed_process_service.cc
@@ -7,10 +7,8 @@
#include "base/global_descriptors_posix.h"
#include "base/logging.h"
#include "content/common/android/surface_texture_peer.h"
-#if !defined(ANDROID_UPSTREAM_BRINGUP)
-#include "content/common/chrome_descriptors.h"
-#endif
#include "content/public/app/android_library_loader_hooks.h"
+#include "content/public/common/content_descriptors.h"
#include "ipc/ipc_descriptors.h"
#include "jni/sandboxed_process_service_jni.h"