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

Unified Diff: content/test/web_gesture_curve_mock.h

Issue 1544273002: Switch to standard integer types in content/. (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: content/test/web_gesture_curve_mock.h
diff --git a/content/test/web_gesture_curve_mock.h b/content/test/web_gesture_curve_mock.h
index 8f1fafeeb731b6c98678e7be5c74c52dc894dbb6..8165dd837406c5e221965527565b23efb40ac805 100644
--- a/content/test/web_gesture_curve_mock.h
+++ b/content/test/web_gesture_curve_mock.h
@@ -5,6 +5,7 @@
#ifndef CONTENT_TEST_WEB_GESTURE_CURVE_MOCK_H_
#define CONTENT_TEST_WEB_GESTURE_CURVE_MOCK_H_
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "third_party/WebKit/public/platform/WebFloatPoint.h"
#include "third_party/WebKit/public/platform/WebGestureCurve.h"
« no previous file with comments | « content/test/web_contents_observer_sanity_checker.cc ('k') | content/test/web_layer_tree_view_impl_for_testing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698