Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1578)

Unified Diff: content/public/browser/web_ui_data_source.h

Issue 222543004: Makes chrome://omnibox use mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698