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

Unified Diff: ppapi/native_client/src/trusted/plugin/pnacl_resources.h

Issue 8949003: Fix buildbot warning about initialization order. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/trusted/plugin/pnacl_resources.h
===================================================================
--- ppapi/native_client/src/trusted/plugin/pnacl_resources.h (revision 114473)
+++ ppapi/native_client/src/trusted/plugin/pnacl_resources.h (working copy)
@@ -34,9 +34,9 @@
const pp::CompletionCallback& all_loaded_callback)
: plugin_(plugin),
coordinator_(coordinator),
+ resource_base_url_(resource_base_url),
resource_urls_(resource_urls),
- all_loaded_callback_(all_loaded_callback),
- resource_base_url_(resource_base_url) {
+ all_loaded_callback_(all_loaded_callback) {
callback_factory_.Initialize(this);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698