Index: content/browser/android/vibration_message_filter.cc |
diff --git a/content/browser/android/vibration_message_filter.cc b/content/browser/android/vibration_message_filter.cc |
index 6792db1b011fd845d9ef13acd08c366f4a9fe2c4..b91e9635c4ef4f7895ae50cb15179b6a28a25c9a 100644 |
--- a/content/browser/android/vibration_message_filter.cc |
+++ b/content/browser/android/vibration_message_filter.cc |
@@ -48,7 +48,7 @@ void VibrationMessageFilter::OnVibrate(int64 milliseconds) { |
// trust any values passed from the renderer. |
milliseconds = std::max(kMinimumVibrationDurationMs, |
std::min(milliseconds, |
- base::checked_numeric_cast<int64>(WebKit::kVibrationDurationMax))); |
+ base::checked_numeric_cast<int64>(blink::kVibrationDurationMax))); |
if (j_vibration_message_filter_.is_null()) { |
j_vibration_message_filter_.Reset( |