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

Unified Diff: sync/internal_api/http_post_provider_interface.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: sync to head 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
Index: sync/internal_api/http_post_provider_interface.h
diff --git a/chrome/browser/sync/internal_api/http_post_provider_interface.h b/sync/internal_api/http_post_provider_interface.h
similarity index 89%
rename from chrome/browser/sync/internal_api/http_post_provider_interface.h
rename to sync/internal_api/http_post_provider_interface.h
index ffc087e93fa317d9493c1a7f12b2543f71f2911d..10b02b5319e7720c8d453e0167a497665c174748 100644
--- a/chrome/browser/sync/internal_api/http_post_provider_interface.h
+++ b/sync/internal_api/http_post_provider_interface.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_HTTP_POST_PROVIDER_INTERFACE_H_
-#define CHROME_BROWSER_SYNC_INTERNAL_API_HTTP_POST_PROVIDER_INTERFACE_H_
+#ifndef SYNC_INTERNAL_API_HTTP_POST_PROVIDER_INTERFACE_H_
+#define 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_INTERNAL_API_HTTP_POST_PROVIDER_INTERFACE_H_
+#endif // SYNC_INTERNAL_API_HTTP_POST_PROVIDER_INTERFACE_H_

Powered by Google App Engine
This is Rietveld 408576698