| Index: content/common/quarantine/quarantine_constants_linux.h
|
| diff --git a/content/browser/download/quarantine_constants_linux.h b/content/common/quarantine/quarantine_constants_linux.h
|
| similarity index 77%
|
| rename from content/browser/download/quarantine_constants_linux.h
|
| rename to content/common/quarantine/quarantine_constants_linux.h
|
| index cab867beb65292bb2ee0efe26baa1b45666f6b83..0242b9639a000040027cf5d95e40de8e785f0e85 100644
|
| --- a/content/browser/download/quarantine_constants_linux.h
|
| +++ b/content/common/quarantine/quarantine_constants_linux.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 CONTENT_BROWSER_DOWNLOAD_QUARANTINE_CONSTANTS_LINUX_H_
|
| -#define CONTENT_BROWSER_DOWNLOAD_QUARANTINE_CONSTANTS_LINUX_H_
|
| +#ifndef CONTENT_COMMON_QUARANTINE_QUARANTINE_CONSTANTS_LINUX_H_
|
| +#define CONTENT_COMMON_QUARANTINE_QUARANTINE_CONSTANTS_LINUX_H_
|
|
|
| #include "content/common/content_export.h"
|
|
|
| @@ -20,4 +20,4 @@ CONTENT_EXPORT extern const char kReferrerURLExtendedAttrName[];
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_DOWNLOAD_QUARANTINE_CONSTANTS_LINUX_H_
|
| +#endif // CONTENT_COMMON_QUARANTINE_QUARANTINE_CONSTANTS_LINUX_H_
|
|
|