diff options
Diffstat (limited to 'chrome/browser/sync/internal_api/base_node.h')
-rw-r--r-- | chrome/browser/sync/internal_api/base_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/internal_api/base_node.h b/chrome/browser/sync/internal_api/base_node.h index 5890955..4159fde 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/protocol/sync.pb.h" #include "chrome/browser/sync/syncable/model_type.h" #include "googleurl/src/gurl.h" +#include "sync/protocol/sync.pb.h" // Forward declarations of internal class types so that sync API objects // may have opaque pointers to these types. |