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

Unified Diff: base/basictypes.h

Issue 12282004: Added personal_data_manager android implementation for auto-populating auto-fill on android builds … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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: base/basictypes.h
diff --git a/base/basictypes.h b/base/basictypes.h
index 821055447222921dfba705473cc8d9a15226a997..8029c2cd49b74edc2c18d0ba10246ebfeb24fb89 100644
--- a/base/basictypes.h
+++ b/base/basictypes.h
@@ -75,7 +75,7 @@ const int64 kint64max = (( int64) GG_LONGLONG(0x7FFFFFFFFFFFFFFF));
void operator=(const TypeName&)
// An older, deprecated, politically incorrect name for the above.
-// NOTE: The usage of this macro was baned from our code base, but some
tfarina 2013/02/15 19:21:01 although correct, this is unrelated to this change
apiccion 2013/02/26 23:51:51 Done.
+// NOTE: The usage of this macro was banned from our code base, but some
// third_party libraries are yet using it.
// TODO(tfarina): Figure out how to fix the usage of this macro in the
// third_party libraries and get rid of it.

Powered by Google App Engine
This is Rietveld 408576698