| Index: printing/page_number.cc
|
| ===================================================================
|
| --- printing/page_number.cc (revision 19942)
|
| +++ printing/page_number.cc (working copy)
|
| @@ -2,12 +2,12 @@
|
| // 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_number.h"
|
| +#include "printing/page_number.h"
|
|
|
| #include <limits>
|
|
|
| #include "base/logging.h"
|
| -#include "chrome/browser/printing/print_settings.h"
|
| +#include "printing/print_settings.h"
|
|
|
| namespace printing {
|
|
|
|
|