Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: chrome/browser/chromeos/settings/cros_settings.h

Issue 10824112: Move Chrome OS device settings stuff to chrome/browser/chromeos/settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/settings/OWNERS ('k') | chrome/browser/chromeos/settings/cros_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/browser/chromeos/settings/OWNERS ('k') | chrome/browser/chromeos/settings/cros_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698