| 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_
|
|
|