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

Unified Diff: chrome/browser/prefs/pref_set_observer.h

Issue 3203008: Move prefs-related files under chrome/browser/ into a prefs/ subdir. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 4 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
Index: chrome/browser/prefs/pref_set_observer.h
diff --git a/chrome/browser/pref_set_observer.h b/chrome/browser/prefs/pref_set_observer.h
similarity index 88%
rename from chrome/browser/pref_set_observer.h
rename to chrome/browser/prefs/pref_set_observer.h
index 787c078fc0fec591f47e8f988754804879b58259..038a3f50eb653d25722de0748901855497dfdcbd 100644
--- a/chrome/browser/pref_set_observer.h
+++ b/chrome/browser/prefs/pref_set_observer.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_PREF_SET_OBSERVER_H_
-#define CHROME_BROWSER_PREF_SET_OBSERVER_H_
+#ifndef CHROME_BROWSER_PREFS_PREF_SET_OBSERVER_H_
+#define CHROME_BROWSER_PREFS_PREF_SET_OBSERVER_H_
#pragma once
#include <set>
#include "base/basictypes.h"
-#include "chrome/browser/pref_service.h"
+#include "chrome/browser/prefs/pref_service.h"
#include "chrome/common/notification_observer.h"
// Observes the state of a set of preferences and allows to query their combined
@@ -51,4 +51,4 @@ class PrefSetObserver : public NotificationObserver {
DISALLOW_COPY_AND_ASSIGN(PrefSetObserver);
};
-#endif // CHROME_BROWSER_PREF_SET_OBSERVER_H_
+#endif // CHROME_BROWSER_PREFS_PREF_SET_OBSERVER_H_

Powered by Google App Engine
This is Rietveld 408576698