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

Unified Diff: sync/syncable/model_type_unittest.cc

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix some minor diffs 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: sync/syncable/model_type_unittest.cc
diff --git a/chrome/browser/sync/syncable/model_type_unittest.cc b/sync/syncable/model_type_unittest.cc
similarity index 97%
rename from chrome/browser/sync/syncable/model_type_unittest.cc
rename to sync/syncable/model_type_unittest.cc
index f28867400908f71937403c0e41ba8f757400e1fe..a8925b6bd0f0bf56f9d1f418b34060a0efc93bbf 100644
--- a/chrome/browser/sync/syncable/model_type_unittest.cc
+++ b/sync/syncable/model_type_unittest.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 "chrome/browser/sync/syncable/model_type.h"
+#include "sync/syncable/model_type.h"
#include <string>

Powered by Google App Engine
This is Rietveld 408576698