Remove const interfaces from content/public/browser/browser_context.h.

Bug: 908139
Tbr: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]
Change-Id: I539846e658857ab55fa07bbb18697aeeb9d45cda
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1567902
Reviewed-by: Scott Graham <[email protected]>
Reviewed-by: Avi Drissman <[email protected]>
Commit-Queue: Lucas Gadani <[email protected]>
Cr-Commit-Position: refs/heads/master@{#671447}
diff --git a/content/browser/browser_context.cc b/content/browser/browser_context.cc
index 5c941456..c3c10eb 100644
--- a/content/browser/browser_context.cc
+++ b/content/browser/browser_context.cc
@@ -773,7 +773,7 @@
   return nullptr;
 }
 
-const std::string& BrowserContext::UniqueId() const {
+const std::string& BrowserContext::UniqueId() {
   return unique_id_;
 }