| Index: chrome/browser/dom_ui/options/options_ui.cc
|
| ===================================================================
|
| --- chrome/browser/dom_ui/options/options_ui.cc (revision 69306)
|
| +++ chrome/browser/dom_ui/options/options_ui.cc (working copy)
|
| @@ -5,6 +5,7 @@
|
| #include "chrome/browser/dom_ui/options/options_ui.h"
|
|
|
| #include <algorithm>
|
| +#include <vector>
|
|
|
| #include "app/resource_bundle.h"
|
| #include "base/callback.h"
|
| @@ -42,7 +43,6 @@
|
| #include "chrome/browser/tab_contents/tab_contents.h"
|
| #include "chrome/browser/tab_contents/tab_contents_delegate.h"
|
| #include "chrome/common/jstemplate_builder.h"
|
| -#include "chrome/common/notification_service.h"
|
| #include "chrome/common/notification_type.h"
|
| #include "chrome/common/time_format.h"
|
| #include "chrome/common/url_constants.h"
|
|
|