| Index: chrome/browser/chromeos/settings/cros_settings.h
|
| diff --git a/chrome/browser/chromeos/cros_settings.h b/chrome/browser/chromeos/settings/cros_settings.h
|
| similarity index 93%
|
| rename from chrome/browser/chromeos/cros_settings.h
|
| rename to chrome/browser/chromeos/settings/cros_settings.h
|
| index 4ff048ff0c5d0a937e666e95b666d0af48fc544b..128184c708c38951baa437d69204e111f8d36c15 100644
|
| --- a/chrome/browser/chromeos/cros_settings.h
|
| +++ b/chrome/browser/chromeos/settings/cros_settings.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_CROS_SETTINGS_H_
|
| -#define CHROME_BROWSER_CHROMEOS_CROS_SETTINGS_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_H_
|
| +#define CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -12,8 +12,8 @@
|
| #include "base/hash_tables.h"
|
| #include "base/observer_list.h"
|
| #include "base/threading/non_thread_safe.h"
|
| -#include "chrome/browser/chromeos/cros_settings_names.h"
|
| -#include "chrome/browser/chromeos/cros_settings_provider.h"
|
| +#include "chrome/browser/chromeos/settings/cros_settings_names.h"
|
| +#include "chrome/browser/chromeos/settings/cros_settings_provider.h"
|
| #include "content/public/browser/notification_observer.h"
|
|
|
| namespace base {
|
| @@ -120,4 +120,4 @@ class CrosSettings : public base::NonThreadSafe {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_CROS_SETTINGS_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_H_
|
|
|