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

Unified Diff: chrome/browser/engagement/important_sites_util.cc

Issue 2393103002: [Durable] Updated Durable heuristic to use 'important sites' (Closed)
Patch Set: Created 4 years, 2 months 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/browser/engagement/important_sites_util.cc
diff --git a/chrome/browser/android/preferences/important_sites_util.cc b/chrome/browser/engagement/important_sites_util.cc
similarity index 99%
rename from chrome/browser/android/preferences/important_sites_util.cc
rename to chrome/browser/engagement/important_sites_util.cc
index 85103067b8dfdb2f1828cbd70a071ff36b7cafbc..88f9a9cc94e621676a04d2a17213094ddc3d5464 100644
--- a/chrome/browser/android/preferences/important_sites_util.cc
+++ b/chrome/browser/engagement/important_sites_util.cc
@@ -2,8 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/android/preferences/important_sites_util.h"
-
+#include <chrome/browser/engagement/important_sites_util.h>
michaeln 2016/10/05 23:27:45 is there a reason to use <>'s, if no please use ""
dmurph 2016/10/06 01:01:59 Done.
#include <algorithm>
#include <map>
#include <memory>

Powered by Google App Engine
This is Rietveld 408576698