| Index: mojo/apps/js/content_handler_impl.cc
|
| diff --git a/mojo/apps/js/content_handler_impl.cc b/mojo/apps/js/content_handler_impl.cc
|
| index 01897a0b7a1692fa2be96d5522994e7d325d20dd..233e8af179d49f9acaecd56a75eae776fb7510b4 100644
|
| --- a/mojo/apps/js/content_handler_impl.cc
|
| +++ b/mojo/apps/js/content_handler_impl.cc
|
| @@ -19,7 +19,7 @@ class ContentHandlerJSApp : public JSApp {
|
| content_(content.Pass()) {
|
| }
|
|
|
| - virtual bool Load(std::string* source, std::string* file_name) override {
|
| + bool Load(std::string* source, std::string* file_name) override {
|
| *file_name = content_->url;
|
| if (content_.is_null())
|
| return false;
|
|
|