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

Unified Diff: chrome/browser/sync/internal_api/configure_reason.h

Issue 7719011: Move some files from sync/engine to internal_api (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Refresh the diff and remove unintended change Created 9 years, 4 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: chrome/browser/sync/internal_api/configure_reason.h
diff --git a/chrome/browser/sync/engine/configure_reason.h b/chrome/browser/sync/internal_api/configure_reason.h
similarity index 85%
rename from chrome/browser/sync/engine/configure_reason.h
rename to chrome/browser/sync/internal_api/configure_reason.h
index e87f6ce335bceb6e20e374b1bf34c808f0abb6aa..cf56e3b70c2c47d1228c94d70d17065ba6567e4a 100644
--- a/chrome/browser/sync/engine/configure_reason.h
+++ b/chrome/browser/sync/internal_api/configure_reason.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_SYNC_ENGINE_CONFIGURE_REASON_H_
-#define CHROME_BROWSER_SYNC_ENGINE_CONFIGURE_REASON_H_
+#ifndef CHROME_BROWSER_SYNC_INTERNAL_API_CONFIGURE_REASON_H_
+#define CHROME_BROWSER_SYNC_INTERNAL_API_CONFIGURE_REASON_H_
#pragma once
namespace sync_api {
@@ -33,4 +33,4 @@ enum ConfigureReason {
} // namespace sync_api
-#endif // CHROME_BROWSER_SYNC_ENGINE_CONFIGURE_REASON_H_
+#endif // CHROME_BROWSER_SYNC_INTERNAL_API_CONFIGURE_REASON_H_

Powered by Google App Engine
This is Rietveld 408576698