Index: app/resource_bundle.h |
diff --git a/app/resource_bundle.h b/app/resource_bundle.h |
index 1d328a34f461f0b508c2abb3ed5d83112d9b0c6d..e2ec86ca71c42d0b68b4b5a4eecdd728f805fbf2 100644 |
--- a/app/resource_bundle.h |
+++ b/app/resource_bundle.h |
@@ -105,7 +105,7 @@ class ResourceBundle { |
RefCountedStaticMemory* LoadDataResourceBytes(int resource_id) const; |
// Return the contents of a resource in a StringPiece given the resource id. |
- base::StringPiece GetRawDataResource(int resource_id); |
+ base::StringPiece GetRawDataResource(int resource_id) const; |
// Get a localized string given a message id. Returns an empty |
// string if the message_id is not found. |