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

Unified Diff: sync/engine/non_blocking_type_processor.cc

Issue 280693003: sync: Move NonBlockingTypeProcessor to sync/engine (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + update DEPS Created 6 years, 7 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
« no previous file with comments | « sync/engine/non_blocking_type_processor.h ('k') | sync/internal_api/non_blocking_type_processor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/non_blocking_type_processor.cc
diff --git a/sync/internal_api/non_blocking_type_processor.cc b/sync/engine/non_blocking_type_processor.cc
similarity index 97%
rename from sync/internal_api/non_blocking_type_processor.cc
rename to sync/engine/non_blocking_type_processor.cc
index 870c2963619898ab1d8baa75d6517b8730050f14..66a016b762d8ccd626c935aa8cc89bbe67a6f8c6 100644
--- a/sync/internal_api/non_blocking_type_processor.cc
+++ b/sync/engine/non_blocking_type_processor.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/internal_api/public/non_blocking_type_processor.h"
+#include "sync/engine/non_blocking_type_processor.h"
#include "base/message_loop/message_loop_proxy.h"
#include "sync/engine/non_blocking_type_processor_core.h"
« no previous file with comments | « sync/engine/non_blocking_type_processor.h ('k') | sync/internal_api/non_blocking_type_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698