commit | 543f5e35bd925107c441cb7eea1d72192a3548e7 | [log] [tgz] |
---|---|---|
author | Ken Rockot <[email protected]> | Sun Feb 04 02:13:50 2018 |
committer | Commit Bot <[email protected]> | Sun Feb 04 02:13:50 2018 |
tree | 9c789c2cd173ce9f460d9489e90aa95f1919c560 | |
parent | d617b2faad73e49eede9b9e5b8d341153f865e0d [diff] [blame] |
Move service_manager/public/{interfaces => mojom} And rename struct_traits to mojom_traits. Bug: 806965 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo;master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win10_chromium_x64_rel_ng Change-Id: I3518f11986cfc8e9891047d2194dd98786cb6204 [email protected] [email protected] Change-Id: I3518f11986cfc8e9891047d2194dd98786cb6204 Reviewed-on: https://chromium-review.googlesource.com/900450 Reviewed-by: Ken Rockot <[email protected]> Commit-Queue: Ken Rockot <[email protected]> Cr-Commit-Position: refs/heads/master@{#534289}
diff --git a/content/browser/browser_context.cc b/content/browser/browser_context.cc index 125078b..4de12c6 100644 --- a/content/browser/browser_context.cc +++ b/content/browser/browser_context.cc
@@ -53,7 +53,7 @@ #include "services/file/public/interfaces/constants.mojom.h" #include "services/file/user_id_map.h" #include "services/service_manager/public/cpp/connector.h" -#include "services/service_manager/public/interfaces/service.mojom.h" +#include "services/service_manager/public/mojom/service.mojom.h" #include "storage/browser/database/database_tracker.h" #include "storage/browser/fileapi/external_mount_points.h"