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

Unified Diff: content/public/browser/appcache_service.h

Issue 1874903002: Convert //content from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indent Created 4 years, 8 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: content/public/browser/appcache_service.h
diff --git a/content/public/browser/appcache_service.h b/content/public/browser/appcache_service.h
index 7d4da8e303230c1476dfa3b25f11bd9536d851db..e1f031840e66e6867f511b892009cacac91ec3bd 100644
--- a/content/public/browser/appcache_service.h
+++ b/content/public/browser/appcache_service.h
@@ -6,10 +6,10 @@
#define CONTENT_PUBLIC_BROWSER_APPCACHE_SERVICE_H_
#include <map>
+#include <memory>
#include <set>
#include "base/memory/ref_counted.h"
-#include "base/memory/scoped_ptr.h"
#include "content/common/content_export.h"
#include "content/public/common/appcache_info.h"
#include "net/base/completion_callback.h"
« no previous file with comments | « content/public/browser/android/synchronous_compositor.h ('k') | content/public/browser/background_tracing_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698