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

Unified Diff: sync/internal_api/configure_reason.h

Issue 10147003: [Sync] Move 'syncapi_core' and 'sync_unit_tests' targets to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Win update errors Created 8 years, 8 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/internal_api/change_reorder_buffer.cc ('k') | sync/internal_api/debug_info_event_listener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/configure_reason.h
diff --git a/chrome/browser/sync/internal_api/configure_reason.h b/sync/internal_api/configure_reason.h
similarity index 80%
rename from chrome/browser/sync/internal_api/configure_reason.h
rename to sync/internal_api/configure_reason.h
index cf56e3b70c2c47d1228c94d70d17065ba6567e4a..6008f5f8433b062a5e87373e3fab9413a1b1404e 100644
--- a/chrome/browser/sync/internal_api/configure_reason.h
+++ b/sync/internal_api/configure_reason.h
@@ -1,9 +1,9 @@
-// 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_INTERNAL_API_CONFIGURE_REASON_H_
-#define CHROME_BROWSER_SYNC_INTERNAL_API_CONFIGURE_REASON_H_
+#ifndef SYNC_INTERNAL_API_CONFIGURE_REASON_H_
+#define SYNC_INTERNAL_API_CONFIGURE_REASON_H_
#pragma once
namespace sync_api {
@@ -33,4 +33,4 @@ enum ConfigureReason {
} // namespace sync_api
-#endif // CHROME_BROWSER_SYNC_INTERNAL_API_CONFIGURE_REASON_H_
+#endif // SYNC_INTERNAL_API_CONFIGURE_REASON_H_
« no previous file with comments | « sync/internal_api/change_reorder_buffer.cc ('k') | sync/internal_api/debug_info_event_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698