| Index: printing/printed_pages_source.h
|
| ===================================================================
|
| --- printing/printed_pages_source.h (revision 103831)
|
| +++ printing/printed_pages_source.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -7,9 +7,6 @@
|
|
|
| #include "base/string16.h"
|
|
|
| -class GURL;
|
| -class MessageLoop;
|
| -
|
| namespace printing {
|
|
|
| class PrintedDocument;
|
| @@ -20,9 +17,6 @@
|
| // Returns the document title.
|
| virtual string16 RenderSourceName() = 0;
|
|
|
| - // Returns the URL's source of the document if applicable.
|
| - virtual GURL RenderSourceUrl() = 0;
|
| -
|
| protected:
|
| virtual ~PrintedPagesSource() {}
|
| };
|
|
|