| Index: printing/page_overlays.cc
|
| ===================================================================
|
| --- printing/page_overlays.cc (revision 19942)
|
| +++ printing/page_overlays.cc (working copy)
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/printing/page_overlays.h"
|
| +#include "printing/page_overlays.h"
|
|
|
| #include "app/gfx/text_elider.h"
|
| #include "base/logging.h"
|
| #include "base/string_util.h"
|
| -#include "chrome/browser/printing/printed_document.h"
|
| -#include "chrome/browser/printing/printed_page.h"
|
| +#include "printing/printed_document.h"
|
| +#include "printing/printed_page.h"
|
|
|
| namespace {
|
|
|
|
|