Index: chrome/browser/sync/glue/non_frontend_data_type_controller.h |
=================================================================== |
--- chrome/browser/sync/glue/non_frontend_data_type_controller.h (revision 124292) |
+++ chrome/browser/sync/glue/non_frontend_data_type_controller.h (working copy) |
@@ -12,6 +12,7 @@ |
#include "base/callback_forward.h" |
#include "base/compiler_specific.h" |
#include "base/memory/scoped_ptr.h" |
+#include "base/synchronization/lock.h" |
#include "base/synchronization/waitable_event.h" |
#include "chrome/browser/sync/glue/data_type_controller.h" |
#include "chrome/browser/sync/glue/data_type_error_handler.h" |
@@ -59,6 +60,7 @@ |
virtual void OnSingleDatatypeUnrecoverableError( |
const tracked_objects::Location& from_here, |
const std::string& message) OVERRIDE; |
+ |
protected: |
// For testing only. |
NonFrontendDataTypeController(); |