| Index: chrome/browser/chromeos/arc/print/arc_print_service.h
|
| diff --git a/chrome/browser/chromeos/arc/arc_print_service.h b/chrome/browser/chromeos/arc/print/arc_print_service.h
|
| similarity index 83%
|
| rename from chrome/browser/chromeos/arc/arc_print_service.h
|
| rename to chrome/browser/chromeos/arc/print/arc_print_service.h
|
| index 969572eefd9ceaa0d58d34bec4c50a7a58202d38..6354817eafa16609805f7ed994c99e16dbec27d8 100644
|
| --- a/chrome/browser/chromeos/arc/arc_print_service.h
|
| +++ b/chrome/browser/chromeos/arc/print/arc_print_service.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_CHROMEOS_ARC_ARC_PRINT_SERVICE_H_
|
| -#define CHROME_BROWSER_CHROMEOS_ARC_ARC_PRINT_SERVICE_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_ARC_PRINT_ARC_PRINT_SERVICE_H_
|
| +#define CHROME_BROWSER_CHROMEOS_ARC_PRINT_ARC_PRINT_SERVICE_H_
|
|
|
| #include "base/macros.h"
|
| #include "components/arc/arc_service.h"
|
| @@ -35,4 +35,4 @@ class ArcPrintService : public ArcService,
|
|
|
| } // namespace arc
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_ARC_ARC_PRINT_SERVICE_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_ARC_PRINT_ARC_PRINT_SERVICE_H_
|
|
|