| Index: chrome/common/temp_scaffolding_stubs.h
|
| diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
|
| index 8356df286a068054ece9a9195f200b03f8d79bf3..931a96f9309e348548227cd70dab4cad53da9b3e 100644
|
| --- a/chrome/common/temp_scaffolding_stubs.h
|
| +++ b/chrome/common/temp_scaffolding_stubs.h
|
| @@ -48,7 +48,7 @@ namespace printing {
|
|
|
| class PrintViewManager : public RenderViewHostDelegate::Printing {
|
| public:
|
| - PrintViewManager(TabContents& owner) : owner_(owner) { }
|
| + explicit PrintViewManager(TabContents& owner) : owner_(owner) { }
|
| void Stop() { NOTIMPLEMENTED(); }
|
| void Destroy() { }
|
| bool OnRenderViewGone(RenderViewHost*) {
|
|
|