| Index: chrome/browser/chromeos/arc/process/arc_process.h
|
| diff --git a/chrome/browser/chromeos/arc/arc_process.h b/chrome/browser/chromeos/arc/process/arc_process.h
|
| similarity index 90%
|
| rename from chrome/browser/chromeos/arc/arc_process.h
|
| rename to chrome/browser/chromeos/arc/process/arc_process.h
|
| index 81a6e89be022689e9897602e7f0f4ea8adb9ccaa..f4ee65c687186e771038bd9f6f2b6f1c135e9a0d 100644
|
| --- a/chrome/browser/chromeos/arc/arc_process.h
|
| +++ b/chrome/browser/chromeos/arc/process/arc_process.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_PROCESS_H_
|
| -#define CHROME_BROWSER_CHROMEOS_ARC_ARC_PROCESS_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_ARC_PROCESS_ARC_PROCESS_H_
|
| +#define CHROME_BROWSER_CHROMEOS_ARC_PROCESS_ARC_PROCESS_H_
|
|
|
| #include <stdint.h>
|
| #include <string>
|
| @@ -57,4 +57,4 @@ class ArcProcess {
|
|
|
| } // namespace arc
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_ARC_ARC_PROCESS_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_ARC_PROCESS_ARC_PROCESS_H_
|
|
|