| Index: components/safe_browsing_db/v4_protocol_manager.h
|
| diff --git a/chrome/browser/safe_browsing/v4_protocol_manager.h b/components/safe_browsing_db/v4_protocol_manager.h
|
| similarity index 98%
|
| rename from chrome/browser/safe_browsing/v4_protocol_manager.h
|
| rename to components/safe_browsing_db/v4_protocol_manager.h
|
| index 2a8b82759b6fe50e93af9c9e3ffa246a06f158f3..1d91f69c08f6cc1c1ea937c7df5dd53a13c6b190 100644
|
| --- a/chrome/browser/safe_browsing/v4_protocol_manager.h
|
| +++ b/components/safe_browsing_db/v4_protocol_manager.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_SAFE_BROWSING_V4_PROTOCOL_MANAGER_H_
|
| -#define CHROME_BROWSER_SAFE_BROWSING_V4_PROTOCOL_MANAGER_H_
|
| +#ifndef COMPONENTS_SAFE_BROWSING_DB_V4_PROTOCOL_MANAGER_H_
|
| +#define COMPONENTS_SAFE_BROWSING_DB_V4_PROTOCOL_MANAGER_H_
|
|
|
| // A class that implements Chrome's interface with the SafeBrowsing V4 protocol.
|
| //
|
| @@ -272,4 +272,4 @@ class V4ProtocolManagerFactory {
|
|
|
| } // namespace safe_browsing
|
|
|
| -#endif // CHROME_BROWSER_SAFE_BROWSING_V4_PROTOCOL_MANAGER_H_
|
| +#endif // COMPONENTS_SAFE_BROWSING_DB_V4_PROTOCOL_MANAGER_H_
|
|
|