Index: sync/internal_api/base_node.cc |
diff --git a/sync/internal_api/base_node.cc b/sync/internal_api/base_node.cc |
index 99f1614c6f4da2e4c30fb8701e83b43b6ae34892..cfcddcda432fd6c64c92acb35602f6a49488465b 100644 |
--- a/sync/internal_api/base_node.cc |
+++ b/sync/internal_api/base_node.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "sync/internal_api/base_node.h" |
+#include "sync/internal_api/public/base_node.h" |
#include "base/base64.h" |
#include "base/sha1.h" |
#include "base/string_number_conversions.h" |
#include "base/utf_string_conversions.h" |
#include "base/values.h" |
-#include "sync/internal_api/base_transaction.h" |
+#include "sync/internal_api/public/base_transaction.h" |
#include "sync/internal_api/syncapi_internal.h" |
#include "sync/protocol/app_specifics.pb.h" |
#include "sync/protocol/autofill_specifics.pb.h" |