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

Unified Diff: sync/test/engine/test_syncable_utils.h

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
« no previous file with comments | « sync/test/engine/test_id_factory.h ('k') | sync/test/engine/test_syncable_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/engine/test_syncable_utils.h
diff --git a/chrome/browser/sync/test/engine/test_syncable_utils.h b/sync/test/engine/test_syncable_utils.h
similarity index 78%
rename from chrome/browser/sync/test/engine/test_syncable_utils.h
rename to sync/test/engine/test_syncable_utils.h
index 2919e84783827808c73e0631eebdafeeb1d90cfc..1095fc0b34c08db62b8dbe01f616ab19b74bf84e 100644
--- a/chrome/browser/sync/test/engine/test_syncable_utils.h
+++ b/sync/test/engine/test_syncable_utils.h
@@ -1,17 +1,17 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// Utilities that are useful in verifying the state of items in a
// syncable database.
-#ifndef CHROME_BROWSER_SYNC_TEST_ENGINE_TEST_SYNCABLE_UTILS_H_
-#define CHROME_BROWSER_SYNC_TEST_ENGINE_TEST_SYNCABLE_UTILS_H_
+#ifndef SYNC_TEST_ENGINE_TEST_SYNCABLE_UTILS_H_
+#define SYNC_TEST_ENGINE_TEST_SYNCABLE_UTILS_H_
#pragma once
#include <string>
-#include "chrome/browser/sync/syncable/syncable.h"
+#include "sync/syncable/syncable.h"
namespace syncable {
@@ -38,4 +38,4 @@ Id GetOnlyEntryWithName(BaseTransaction* rtrans,
} // namespace syncable
-#endif // CHROME_BROWSER_SYNC_TEST_ENGINE_TEST_SYNCABLE_UTILS_H_
+#endif // SYNC_TEST_ENGINE_TEST_SYNCABLE_UTILS_H_
« no previous file with comments | « sync/test/engine/test_id_factory.h ('k') | sync/test/engine/test_syncable_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698