Index: chrome/browser/sync/internal_api/base_node.h |
diff --git a/chrome/browser/sync/internal_api/base_node.h b/chrome/browser/sync/internal_api/base_node.h |
index 4159fde060d0263f1bb2a193967a7cbc84524270..9aaeaec7be41d98fc9f380f2a44d5903b87a519f 100644 |
--- a/chrome/browser/sync/internal_api/base_node.h |
+++ b/chrome/browser/sync/internal_api/base_node.h |
@@ -12,9 +12,9 @@ |
#include "base/basictypes.h" |
#include "base/gtest_prod_util.h" |
#include "base/memory/scoped_ptr.h" |
-#include "chrome/browser/sync/syncable/model_type.h" |
#include "googleurl/src/gurl.h" |
#include "sync/protocol/sync.pb.h" |
+#include "sync/syncable/model_type.h" |
// Forward declarations of internal class types so that sync API objects |
// may have opaque pointers to these types. |