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

Unified Diff: chrome/browser/ui/cocoa/content_settings/cookie_details_unittest.mm

Issue 344493002: Move all remaining appcache-related code to content namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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
Index: chrome/browser/ui/cocoa/content_settings/cookie_details_unittest.mm
diff --git a/chrome/browser/ui/cocoa/content_settings/cookie_details_unittest.mm b/chrome/browser/ui/cocoa/content_settings/cookie_details_unittest.mm
index 3c9dc36ad5de46861661cd6b0db4945dbbecd994..d227f192d6bc1d54251ff4829dd1cae247fc8f8f 100644
--- a/chrome/browser/ui/cocoa/content_settings/cookie_details_unittest.mm
+++ b/chrome/browser/ui/cocoa/content_settings/cookie_details_unittest.mm
@@ -107,7 +107,7 @@ TEST_F(CookiesDetailsTest, CreateForTreeAppCache) {
base::scoped_nsobject<CocoaCookieDetails> details;
GURL url("http://chromium.org/stuff.manifest");
- appcache::AppCacheInfo info;
+ content::AppCacheInfo info;
info.creation_time = base::Time::Now();
info.last_update_time = base::Time::Now();
info.last_access_time = base::Time::Now();

Powered by Google App Engine
This is Rietveld 408576698