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

Unified Diff: chrome/browser/browsing_data_appcache_helper.h

Issue 10386221: Cleanup: Remove unneeded scoped_ptr.h includes from chrome/browser. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/browsing_data_appcache_helper.h
===================================================================
--- chrome/browser/browsing_data_appcache_helper.h (revision 137935)
+++ chrome/browser/browsing_data_appcache_helper.h (working copy)
@@ -7,7 +7,7 @@
#pragma once
#include "base/callback.h"
-#include "base/memory/scoped_ptr.h"
+#include "base/memory/ref_counted.h"
#include "net/base/completion_callback.h"
#include "googleurl/src/gurl.h"
#include "webkit/appcache/appcache_service.h"
« no previous file with comments | « chrome/browser/automation/automation_event_observers.h ('k') | chrome/browser/browsing_data_database_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698