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

Unified Diff: chrome/browser/history/in_memory_url_index_types.h

Issue 9030031: Move InMemoryURLIndex Caching Operations to FILE Thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Added missing changed file to CL. Created 8 years, 9 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/history/in_memory_url_index_types.h
===================================================================
--- chrome/browser/history/in_memory_url_index_types.h (revision 125451)
+++ chrome/browser/history/in_memory_url_index_types.h (working copy)
@@ -10,6 +10,7 @@
#include <set>
#include <vector>
+#include "base/memory/ref_counted.h"
brettw 2012/03/13 23:33:52 This may be unnecessary, remove it if so.
mrossetti 2012/03/14 17:49:19 Done.
#include "base/string16.h"
#include "chrome/browser/history/history_types.h"
#include "chrome/browser/autocomplete/history_provider_util.h"

Powered by Google App Engine
This is Rietveld 408576698