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

Unified Diff: sync/syncable/model_type_test_util.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/syncable/model_type_payload_map_unittest.cc ('k') | sync/syncable/model_type_test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/model_type_test_util.h
diff --git a/chrome/browser/sync/syncable/model_type_test_util.h b/sync/syncable/model_type_test_util.h
similarity index 65%
rename from chrome/browser/sync/syncable/model_type_test_util.h
rename to sync/syncable/model_type_test_util.h
index a3b707eb622e9d167b38dc6127e2cc0af051b977..a852a0756f0f0fa827dbd3fafca44066082378a1 100644
--- a/chrome/browser/sync/syncable/model_type_test_util.h
+++ b/sync/syncable/model_type_test_util.h
@@ -1,14 +1,14 @@
-// Copyright (c) 2011 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.
-#ifndef CHROME_BROWSER_SYNC_SYNCABLE_MODEL_TYPE_TEST_UTIL_H_
-#define CHROME_BROWSER_SYNC_SYNCABLE_MODEL_TYPE_TEST_UTIL_H_
+#ifndef SYNC_SYNCABLE_MODEL_TYPE_TEST_UTIL_H_
+#define SYNC_SYNCABLE_MODEL_TYPE_TEST_UTIL_H_
#pragma once
#include <ostream>
-#include "chrome/browser/sync/syncable/model_type.h"
+#include "sync/syncable/model_type.h"
#include "testing/gmock/include/gmock/gmock.h"
namespace syncable {
@@ -23,4 +23,4 @@ void PrintTo(ModelTypeSet model_types, ::std::ostream* os);
} // namespace syncable
-#endif // CHROME_BROWSER_SYNC_SYNCABLE_MODEL_TYPE_TEST_UTIL_H_
+#endif // SYNC_SYNCABLE_MODEL_TYPE_TEST_UTIL_H_
« no previous file with comments | « sync/syncable/model_type_payload_map_unittest.cc ('k') | sync/syncable/model_type_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698