Index: chrome/browser/sync/glue/typed_url_model_associator.h |
=================================================================== |
--- chrome/browser/sync/glue/typed_url_model_associator.h (revision 110049) |
+++ chrome/browser/sync/glue/typed_url_model_associator.h (working copy) |
@@ -8,6 +8,7 @@ |
#include <map> |
#include <string> |
+#include <utility> |
#include <vector> |
#include "base/basictypes.h" |
@@ -33,8 +34,6 @@ |
namespace browser_sync { |
-class UnrecoverableErrorHandler; |
- |
extern const char kTypedUrlTag[]; |
// Contains all model association related logic: |