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

Unified Diff: chrome/common/visitedlink_common.h

Issue 113591: Fix Acid3 Test 48: LINKTEST, Chromium side.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Made waiting more bearable. Created 11 years, 6 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/common/render_messages_internal.h ('k') | chrome/renderer/render_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/visitedlink_common.h
===================================================================
--- chrome/common/visitedlink_common.h (revision 19822)
+++ chrome/common/visitedlink_common.h (working copy)
@@ -6,6 +6,7 @@
#define CHROME_COMMON_VISITEDLINK_COMMON_H__
#include <string>
+#include <vector>
#include "base/basictypes.h"
#include "base/logging.h"
@@ -44,6 +45,7 @@
public:
// A number that identifies the URL.
typedef uint64 Fingerprint;
+ typedef std::vector<Fingerprint> Fingerprints;
// A hash value of a fingerprint
typedef int32 Hash;
« no previous file with comments | « chrome/common/render_messages_internal.h ('k') | chrome/renderer/render_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698