Chromium Code Reviews| Index: chrome/browser/chromeos/arc/settings/arc_settings_service.h |
| diff --git a/chrome/browser/chromeos/arc/arc_settings_service.h b/chrome/browser/chromeos/arc/settings/arc_settings_service.h |
| similarity index 81% |
| rename from chrome/browser/chromeos/arc/arc_settings_service.h |
| rename to chrome/browser/chromeos/arc/settings/arc_settings_service.h |
| index 85630d5da182e23344384f2a9fd6ee0b82f69ead..ea57c65965ebeae4628ec8b722fb645e9aed0984 100644 |
| --- a/chrome/browser/chromeos/arc/arc_settings_service.h |
| +++ b/chrome/browser/chromeos/arc/settings/arc_settings_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_SETTINGS_SERVICE_H_ |
| -#define CHROME_BROWSER_CHROMEOS_ARC_ARC_SETTINGS_SERVICE_H_ |
| +#ifndef CHROME_BROWSER_CHROMEOS_ARC_SETTINGS_ARC_SETTINGS_SERVICE_H_ |
|
Yusuke Sato
2016/10/20 20:49:03
Can you use c/b/c/arc/intent_helper/? Conceptually
Luis Héctor Chávez
2016/10/20 22:30:22
Done.
Yusuke Sato
2016/10/20 22:50:18
Not yet done probably? Could you move settings/* t
Luis Héctor Chávez
2016/10/20 23:03:04
argh, did not amend the commit. now it's really do
|
| +#define CHROME_BROWSER_CHROMEOS_ARC_SETTINGS_ARC_SETTINGS_SERVICE_H_ |
| #include <memory> |
| @@ -36,4 +36,4 @@ class ArcSettingsService |
| } // namespace arc |
| -#endif // CHROME_BROWSER_CHROMEOS_ARC_ARC_SETTINGS_SERVICE_H_ |
| +#endif // CHROME_BROWSER_CHROMEOS_ARC_SETTINGS_ARC_SETTINGS_SERVICE_H_ |