| Index: chrome/browser/policy/managed_bookmarks_policy_handler.h
|
| diff --git a/chrome/browser/policy/configuration_policy_handler_android.h b/chrome/browser/policy/managed_bookmarks_policy_handler.h
|
| similarity index 82%
|
| rename from chrome/browser/policy/configuration_policy_handler_android.h
|
| rename to chrome/browser/policy/managed_bookmarks_policy_handler.h
|
| index 4dc08f0f948ab8a7336f441522303de55a3b6975..78c25b43593eed7243a68797199fb3e5d50d3b12 100644
|
| --- a/chrome/browser/policy/configuration_policy_handler_android.h
|
| +++ b/chrome/browser/policy/managed_bookmarks_policy_handler.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_POLICY_CONFIGURATION_POLICY_HANDLER_ANDROID_H_
|
| -#define CHROME_BROWSER_POLICY_CONFIGURATION_POLICY_HANDLER_ANDROID_H_
|
| +#ifndef CHROME_BROWSER_POLICY_MANAGED_BOOKMARKS_POLICY_HANDLER_H_
|
| +#define CHROME_BROWSER_POLICY_MANAGED_BOOKMARKS_POLICY_HANDLER_H_
|
|
|
| #include <string>
|
|
|
| @@ -36,4 +36,4 @@ class ManagedBookmarksPolicyHandler : public TypeCheckingPolicyHandler {
|
|
|
| } // namespace policy
|
|
|
| -#endif // CHROME_BROWSER_POLICY_CONFIGURATION_POLICY_HANDLER_ANDROID_H_
|
| +#endif // CHROME_BROWSER_POLICY_MANAGED_BOOKMARKS_POLICY_HANDLER_H_
|
|
|