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

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

Issue 10796020: Upgrade AlignedMemory to support dynamic allocations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Final Fixes! Created 8 years, 5 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/android/android_urls_sql_handler.cc
diff --git a/chrome/browser/history/android/android_urls_sql_handler.cc b/chrome/browser/history/android/android_urls_sql_handler.cc
index 2b2d687ee2c46cf25099d88d30209a18fb3b599b..b2bb498c2610db258efc7958c39426aa4b26e887 100644
--- a/chrome/browser/history/android/android_urls_sql_handler.cc
+++ b/chrome/browser/history/android/android_urls_sql_handler.cc
@@ -4,6 +4,7 @@
#include "chrome/browser/history/android/android_urls_sql_handler.h"
+#include "base/logging.h"
#include "chrome/browser/history/history_database.h"
namespace history {

Powered by Google App Engine
This is Rietveld 408576698