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

Unified Diff: chrome/browser/history/android/android_provider_backend_unittest.cc

Issue 10071015: Fix android unit_test compilation errors introduced by https://chromiumcodereview.appspot.com/98520… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« no previous file with comments | « chrome/browser/history/android/android_provider_backend.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/android/android_provider_backend_unittest.cc
diff --git a/chrome/browser/history/android/android_provider_backend_unittest.cc b/chrome/browser/history/android/android_provider_backend_unittest.cc
index 069d5cf29a046547ed7f3ea339b6b29a6f13c039..989ce609e243c4a8e88dc48977855b777a129c8e 100644
--- a/chrome/browser/history/android/android_provider_backend_unittest.cc
+++ b/chrome/browser/history/android/android_provider_backend_unittest.cc
@@ -60,7 +60,7 @@ class AndroidProviderBackendDelegate : public HistoryBackend::Delegate {
case chrome::NOTIFICATION_FAVICON_CHANGED:
favicon_details_.reset(static_cast<FaviconChangeDetails*>(details));
break;
- case chrome::NOTIFICATION_HISTORY_TYPED_URLS_MODIFIED:
+ case chrome::NOTIFICATION_HISTORY_URLS_MODIFIED:
modified_details_.reset(static_cast<URLsModifiedDetails*>(details));
break;
}
« no previous file with comments | « chrome/browser/history/android/android_provider_backend.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698