| Index: chrome/renderer/printing/mock_printer.cc
|
| diff --git a/chrome/renderer/mock_printer.cc b/chrome/renderer/printing/mock_printer.cc
|
| similarity index 99%
|
| rename from chrome/renderer/mock_printer.cc
|
| rename to chrome/renderer/printing/mock_printer.cc
|
| index 5e43ab014b5570f7c210d8f77228e4873409be05..e5b2a0bed69e8690afefc103fbba0ff206650b91 100644
|
| --- a/chrome/renderer/mock_printer.cc
|
| +++ b/chrome/renderer/printing/mock_printer.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/renderer/mock_printer.h"
|
| +#include "chrome/renderer/printing/mock_printer.h"
|
|
|
| #include "base/basictypes.h"
|
| #include "base/file_util.h"
|
|
|