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

Unified Diff: chrome/renderer/safe_browsing/mock_feature_extractor_clock.h

Issue 1548153002: Switch to standard integer types in chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: chrome/renderer/safe_browsing/mock_feature_extractor_clock.h
diff --git a/chrome/renderer/safe_browsing/mock_feature_extractor_clock.h b/chrome/renderer/safe_browsing/mock_feature_extractor_clock.h
index 05f3bef79d18301388ddcedf326b95de649bc8ce..8faf2e481d4356f28c053673f88f87b9d44780da 100644
--- a/chrome/renderer/safe_browsing/mock_feature_extractor_clock.h
+++ b/chrome/renderer/safe_browsing/mock_feature_extractor_clock.h
@@ -7,6 +7,7 @@
#ifndef CHROME_RENDERER_SAFE_BROWSING_MOCK_FEATURE_EXTRACTOR_CLOCK_H_
#define CHROME_RENDERER_SAFE_BROWSING_MOCK_FEATURE_EXTRACTOR_CLOCK_H_
+#include "base/macros.h"
#include "chrome/renderer/safe_browsing/feature_extractor_clock.h"
#include "testing/gmock/include/gmock/gmock.h"
« no previous file with comments | « chrome/renderer/safe_browsing/features_unittest.cc ('k') | chrome/renderer/safe_browsing/murmurhash3_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698