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

Unified Diff: sync/test/engine/test_id_factory.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_directory_setter_upper.cc ('k') | sync/test/engine/test_syncable_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/engine/test_id_factory.h
diff --git a/chrome/browser/sync/test/engine/test_id_factory.h b/sync/test/engine/test_id_factory.h
similarity index 86%
rename from chrome/browser/sync/test/engine/test_id_factory.h
rename to sync/test/engine/test_id_factory.h
index ca98353703fcce2208a841274f6690d384111fdb..cb82ce4b3ff5f0d5e3b7c1e8cc4e5020a4b72033 100644
--- a/chrome/browser/sync/test/engine/test_id_factory.h
+++ b/sync/test/engine/test_id_factory.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.
//
// A tool making it easier to create IDs for unit testing.
-#ifndef CHROME_BROWSER_SYNC_TEST_ENGINE_TEST_ID_FACTORY_H_
-#define CHROME_BROWSER_SYNC_TEST_ENGINE_TEST_ID_FACTORY_H_
+#ifndef SYNC_TEST_ENGINE_TEST_ID_FACTORY_H_
+#define SYNC_TEST_ENGINE_TEST_ID_FACTORY_H_
#pragma once
#include <string>
#include "base/string_number_conversions.h"
-#include "chrome/browser/sync/syncable/syncable_id.h"
+#include "sync/syncable/syncable_id.h"
namespace browser_sync {
@@ -69,5 +69,5 @@ class TestIdFactory {
} // namespace browser_sync
-#endif // CHROME_BROWSER_SYNC_TEST_ENGINE_TEST_ID_FACTORY_H_
+#endif // SYNC_TEST_ENGINE_TEST_ID_FACTORY_H_
« no previous file with comments | « sync/test/engine/test_directory_setter_upper.cc ('k') | sync/test/engine/test_syncable_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698