| Index: chrome/browser/history/history_publisher_win.cc
|
| ===================================================================
|
| --- chrome/browser/history/history_publisher_win.cc (revision 159813)
|
| +++ chrome/browser/history/history_publisher_win.cc (working copy)
|
| @@ -5,7 +5,6 @@
|
| #include "chrome/browser/history/history_publisher.h"
|
|
|
| #include <atlsafe.h>
|
| -#include <objbase.h>
|
| #include <oleauto.h>
|
| #include <wtypes.h>
|
|
|
| @@ -70,11 +69,9 @@
|
| }
|
|
|
| HistoryPublisher::HistoryPublisher() {
|
| - CoInitialize(NULL);
|
| }
|
|
|
| HistoryPublisher::~HistoryPublisher() {
|
| - CoUninitialize();
|
| }
|
|
|
| bool HistoryPublisher::Init() {
|
|
|