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

Unified Diff: chrome/browser/prefs/pref_notifier.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_notifier.h
diff --git a/chrome/browser/pref_notifier.h b/chrome/browser/prefs/pref_notifier.h
similarity index 96%
rename from chrome/browser/pref_notifier.h
rename to chrome/browser/prefs/pref_notifier.h
index 1a4d7d70ede6684c588d4330ec8e5ce17ae15aad..c627de99e06a5d0868e908a574071f0ea79b8012 100644
--- a/chrome/browser/pref_notifier.h
+++ b/chrome/browser/prefs/pref_notifier.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_PREF_NOTIFIER_H_
-#define CHROME_BROWSER_PREF_NOTIFIER_H_
+#ifndef CHROME_BROWSER_PREFS_PREF_NOTIFIER_H_
+#define CHROME_BROWSER_PREFS_PREF_NOTIFIER_H_
#pragma once
#include <string>
@@ -109,4 +109,4 @@ class PrefNotifier : public NonThreadSafe,
DISALLOW_COPY_AND_ASSIGN(PrefNotifier);
};
-#endif // CHROME_BROWSER_PREF_NOTIFIER_H_
+#endif // CHROME_BROWSER_PREFS_PREF_NOTIFIER_H_

Powered by Google App Engine
This is Rietveld 408576698