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

Unified Diff: content/browser/android/vibration_message_filter.cc

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/browser/android/touch_point.cc ('k') | content/browser/aura/gpu_process_transport_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « content/browser/android/touch_point.cc ('k') | content/browser/aura/gpu_process_transport_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698