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

Unified Diff: chrome_frame/chrome_launcher_utils.h

Issue 11149006: Extend scoped_ptr to be closer to unique_ptr. Support custom deleters, and deleting arrays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years 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_frame/chrome_launcher_utils.h
diff --git a/chrome_frame/chrome_launcher_utils.h b/chrome_frame/chrome_launcher_utils.h
index 699e75edf62d801c02d77e8a68e7ce3028bc4b7f..a4b79e93cb57edb4568f17cc876f0ab6bb7b626f 100644
--- a/chrome_frame/chrome_launcher_utils.h
+++ b/chrome_frame/chrome_launcher_utils.h
@@ -6,10 +6,10 @@
#define CHROME_FRAME_CHROME_LAUNCHER_UTILS_H_
#include <string>
+#include "base/memory/scoped_ptr.h"
class CommandLine;
class FilePath;
-template <class C> class scoped_ptr;
namespace chrome_launcher {
« no previous file with comments | « chrome/browser/sync_file_system/sync_file_system_service.h ('k') | content/browser/speech/speech_recognition_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698