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

Unified Diff: chrome/browser/sync/internal_api/http_post_provider_interface.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/http_post_provider_interface.h
diff --git a/chrome/browser/sync/engine/http_post_provider_interface.h b/chrome/browser/sync/internal_api/http_post_provider_interface.h
similarity index 91%
rename from chrome/browser/sync/engine/http_post_provider_interface.h
rename to chrome/browser/sync/internal_api/http_post_provider_interface.h
index 4bb5a349539e3e390ab4c8cf5df07f1184693915..79d30e00999e7a558cbc4be49ae97aa50878990c 100644
--- a/chrome/browser/sync/engine/http_post_provider_interface.h
+++ b/chrome/browser/sync/internal_api/http_post_provider_interface.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_HTTP_POST_PROVIDER_INTERFACE_H_
-#define CHROME_BROWSER_SYNC_ENGINE_HTTP_POST_PROVIDER_INTERFACE_H_
+#ifndef CHROME_BROWSER_SYNC_INTERNAL_API_HTTP_POST_PROVIDER_INTERFACE_H_
+#define CHROME_BROWSER_SYNC_INTERNAL_API_HTTP_POST_PROVIDER_INTERFACE_H_
#pragma once
#include <string>
@@ -63,4 +63,4 @@ class HttpPostProviderInterface {
} // namespace sync_api
-#endif // CHROME_BROWSER_SYNC_ENGINE_HTTP_POST_PROVIDER_INTERFACE_H_
+#endif // CHROME_BROWSER_SYNC_INTERNAL_API_HTTP_POST_PROVIDER_INTERFACE_H_
« no previous file with comments | « chrome/browser/sync/internal_api/http_post_provider_factory.h ('k') | chrome/browser/sync/internal_api/sync_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698