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

Unified Diff: chrome/common/safe_browsing/pe_image_reader_win.h

Issue 1015363003: Move BinaryFeatureExtractor and PEImageReader to common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@zip2
Patch Set: sync to position 321353 Created 5 years, 9 months 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
Index: chrome/common/safe_browsing/pe_image_reader_win.h
diff --git a/chrome/browser/safe_browsing/pe_image_reader_win.h b/chrome/common/safe_browsing/pe_image_reader_win.h
similarity index 96%
rename from chrome/browser/safe_browsing/pe_image_reader_win.h
rename to chrome/common/safe_browsing/pe_image_reader_win.h
index f64891c3e1511de65fc2c51252c08cba8ad4235d..00761c5730c26d3cfc2660985ed5395b21d5c6d5 100644
--- a/chrome/browser/safe_browsing/pe_image_reader_win.h
+++ b/chrome/common/safe_browsing/pe_image_reader_win.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_PE_IMAGE_READER_WIN_H_
-#define CHROME_BROWSER_SAFE_BROWSING_PE_IMAGE_READER_WIN_H_
+#ifndef CHROME_COMMON_SAFE_BROWSING_PE_IMAGE_READER_WIN_H_
+#define CHROME_COMMON_SAFE_BROWSING_PE_IMAGE_READER_WIN_H_
#include <windows.h>
@@ -132,4 +132,4 @@ class PeImageReader {
} // namespace safe_browsing
-#endif // CHROME_BROWSER_SAFE_BROWSING_PE_IMAGE_READER_WIN_H_
+#endif // CHROME_COMMON_SAFE_BROWSING_PE_IMAGE_READER_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698