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

Unified Diff: crypto/openssl_util.h

Issue 7879006: Delete Tracked, and move Location to its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed Tracked, and put Location into location.h Created 9 years, 3 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: crypto/openssl_util.h
diff --git a/crypto/openssl_util.h b/crypto/openssl_util.h
index d1f3d1f6f21567d2a4aabf07bec61582dc5a40c8..6c1d73bf519b3db0ec6771e81862ea47abe111c1 100644
--- a/crypto/openssl_util.h
+++ b/crypto/openssl_util.h
@@ -7,7 +7,7 @@
#pragma once
#include "base/basictypes.h"
-#include "base/tracked.h"
+#include "base/location.h"
namespace crypto {

Powered by Google App Engine
This is Rietveld 408576698