Index: content/browser/site_instance_impl.h |
diff --git a/content/browser/site_instance_impl.h b/content/browser/site_instance_impl.h |
index b54de7f5886673ad1cf39193233641b751121df4..cab3a8ac688309bb86b3daf5127225d7a2263cf0 100644 |
--- a/content/browser/site_instance_impl.h |
+++ b/content/browser/site_instance_impl.h |
@@ -34,7 +34,7 @@ class CONTENT_EXPORT SiteInstanceImpl : public SiteInstance, |
}; |
// SiteInstance interface overrides. |
- int32_t GetId() override; |
+ int32_t GetId() const override; |
bool HasProcess() const override; |
RenderProcessHost* GetProcess() override; |
BrowserContext* GetBrowserContext() const override; |