Index: content/public/browser/web_ui_data_source.h |
diff --git a/content/public/browser/web_ui_data_source.h b/content/public/browser/web_ui_data_source.h |
index ca4c9e89e4f7d89be47e4ec3f7df8773243b3efb..006c5f78804e07841774a369a0e3d72756260948 100644 |
--- a/content/public/browser/web_ui_data_source.h |
+++ b/content/public/browser/web_ui_data_source.h |
@@ -63,7 +63,7 @@ class WebUIDataSource { |
virtual void SetUseJsonJSFormatV2() = 0; |
// Adds a mapping between a path name and a resource to return. |
- virtual void AddResourcePath(const std::string &path, int resource_id) = 0; |
+ virtual void AddResourcePath(const std::string& path, int resource_id) = 0; |
// Sets the resource to returned when no other paths match. |
virtual void SetDefaultResource(int resource_id) = 0; |