Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(503)

Unified Diff: chrome/browser/sync/internal_api/syncapi_internal.cc

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Tim's comments Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/internal_api/syncapi_internal.cc
diff --git a/chrome/browser/sync/engine/syncapi_internal.cc b/chrome/browser/sync/internal_api/syncapi_internal.cc
similarity index 96%
rename from chrome/browser/sync/engine/syncapi_internal.cc
rename to chrome/browser/sync/internal_api/syncapi_internal.cc
index ab90c1cb039de5cfb8c95d7814155ab65bfff245..57279f8166dd2d6e4d05216d5cab49c1e515b12b 100644
--- a/chrome/browser/sync/engine/syncapi_internal.cc
+++ b/chrome/browser/sync/internal_api/syncapi_internal.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/sync/engine/syncapi_internal.h"
+#include "chrome/browser/sync/internal_api/syncapi_internal.h"
#include "base/memory/scoped_ptr.h"
-#include "chrome/browser/sync/util/cryptographer.h"
#include "sync/protocol/password_specifics.pb.h"
#include "sync/protocol/sync.pb.h"
+#include "sync/util/cryptographer.h"
using browser_sync::Cryptographer;
« no previous file with comments | « chrome/browser/sync/internal_api/syncapi_internal.h ('k') | chrome/browser/sync/internal_api/syncapi_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698