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

Unified Diff: content/common/quarantine/quarantine_constants_linux.h

Issue 2124373002: [PPAPI] Quarantine files that are writeable by a Pepper plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@consolidate-file-metadata
Patch Set: Address comments. Created 4 years 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
« no previous file with comments | « content/common/quarantine/quarantine.cc ('k') | content/common/quarantine/quarantine_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/common/quarantine/quarantine.cc ('k') | content/common/quarantine/quarantine_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698