commit | 21142de6a3d071974cf458b4e4fb63e2b2e1afd6 | [log] [tgz] |
---|---|---|
author | Ken Rockot <[email protected]> | Sat Feb 10 01:45:30 2018 |
committer | Commit Bot <[email protected]> | Sat Feb 10 01:45:30 2018 |
tree | d533d35b76a0ee14abb67e09e98a5ae09d43f407 | |
parent | a22592852f3a26b711698a95933025967aa1db5a [diff] [blame] |
Move services/file/public/{interfaces => mojom} [email protected] [email protected] Bug: 806965 Change-Id: Ic5256c9e50d4f483a140a207ec08b10c9cb29dd2 Reviewed-on: https://chromium-review.googlesource.com/912314 Reviewed-by: Ken Rockot <[email protected]> Commit-Queue: Ken Rockot <[email protected]> Cr-Commit-Position: refs/heads/master@{#535921}
diff --git a/content/browser/browser_context.cc b/content/browser/browser_context.cc index 4c9c9e11..87d049de 100644 --- a/content/browser/browser_context.cc +++ b/content/browser/browser_context.cc
@@ -50,7 +50,7 @@ #include "net/url_request/url_request_context.h" #include "net/url_request/url_request_context_getter.h" #include "services/file/file_service.h" -#include "services/file/public/interfaces/constants.mojom.h" +#include "services/file/public/mojom/constants.mojom.h" #include "services/file/user_id_map.h" #include "services/service_manager/public/cpp/connector.h" #include "services/service_manager/public/mojom/service.mojom.h"