Index: content/browser/host_zoom_map_impl.cc |
diff --git a/content/browser/host_zoom_map_impl.cc b/content/browser/host_zoom_map_impl.cc |
index a60a923d6ae0654884d535ae7302b2c528083c04..ad7097792ee1ffee2853c5bfd42994899e739ca7 100644 |
--- a/content/browser/host_zoom_map_impl.cc |
+++ b/content/browser/host_zoom_map_impl.cc |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include <cmath> |
- |
#include "content/browser/host_zoom_map_impl.h" |
-#include "base/string_piece.h" |
+#include <cmath> |
+ |
+#include "base/strings/string_piece.h" |
#include "base/utf_string_conversions.h" |
#include "base/values.h" |
#include "content/browser/renderer_host/render_process_host_impl.h" |