| Index: chrome/test/data/webui/print_preview.h
|
| diff --git a/chrome/test/data/webui/print_preview.h b/chrome/test/data/webui/print_preview.h
|
| index 0d4386cf4030f26b3b31ea16dddf2f777b8c6329..599f4d51ef3c3a3693b64bb3e761dfdd158481aa 100644
|
| --- a/chrome/test/data/webui/print_preview.h
|
| +++ b/chrome/test/data/webui/print_preview.h
|
| @@ -14,7 +14,7 @@ class PrintPreviewWebUITest : public WebUIBrowserTest {
|
|
|
| private:
|
| // WebUIBrowserTest implementation.
|
| - virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
|
| + virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PrintPreviewWebUITest);
|
| };
|
|
|