| Index: content/browser/renderer_host/backing_store_win.h
|
| diff --git a/content/browser/renderer_host/backing_store_win.h b/content/browser/renderer_host/backing_store_win.h
|
| index 89c9ceaa4a0b5eb834eb1a016d139437bf4f6239..462740b928dc8db35f3261f46f9fe38303197b15 100644
|
| --- a/content/browser/renderer_host/backing_store_win.h
|
| +++ b/content/browser/renderer_host/backing_store_win.h
|
| @@ -14,7 +14,7 @@
|
|
|
| class BackingStoreWin : public BackingStore {
|
| public:
|
| - BackingStoreWin(RenderWidgetHost* widget, const gfx::Size& size);
|
| + BackingStoreWin(content::RenderWidgetHost* widget, const gfx::Size& size);
|
| virtual ~BackingStoreWin();
|
|
|
| HDC hdc() { return hdc_; }
|
|
|