Index: content/browser/plugin_loader_posix.h |
diff --git a/content/browser/plugin_loader_posix.h b/content/browser/plugin_loader_posix.h |
index 7db8b8b0ac89003d38c07a00e6fa0fae2d417b5d..b76a8b00136bff43348e86041dda2bec57129b1a 100644 |
--- a/content/browser/plugin_loader_posix.h |
+++ b/content/browser/plugin_loader_posix.h |
@@ -5,6 +5,7 @@ |
#ifndef CONTENT_BROWSER_PLUGIN_LOADER_POSIX_H_ |
#define CONTENT_BROWSER_PLUGIN_LOADER_POSIX_H_ |
+#include <deque> |
#include <vector> |
#include "base/basictypes.h" |
@@ -113,7 +114,7 @@ class CONTENT_EXPORT PluginLoaderPosix |
// The callback and message loop on which the callback will be run when the |
// plugin loading process has been completed. |
- std::vector<PendingCallback> callbacks_; |
+ std::deque<PendingCallback> callbacks_; |
// The time at which plugin loading started. |
base::TimeTicks load_start_time_; |