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

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

Issue 7633077: Refactor syncapi.h (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: This patch has compiled from a clean build 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/syncapi_mock.h
diff --git a/chrome/browser/sync/engine/syncapi_mock.h b/chrome/browser/sync/internal_api/syncapi_mock.h
similarity index 75%
rename from chrome/browser/sync/engine/syncapi_mock.h
rename to chrome/browser/sync/internal_api/syncapi_mock.h
index 8e71aa83dc2f9cf017886effa361bf8d4b1bffb7..dd56d7af405c789d5178975ac1832b408b5fa9b6 100644
--- a/chrome/browser/sync/engine/syncapi_mock.h
+++ b/chrome/browser/sync/internal_api/syncapi_mock.h
@@ -2,11 +2,11 @@
// 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_SYNCAPI_MOCK_H_
-#define CHROME_BROWSER_SYNC_ENGINE_SYNCAPI_MOCK_H_
+#ifndef CHROME_BROWSER_SYNC_INTERNAL_API_SYNCAPI_MOCK_H_
+#define CHROME_BROWSER_SYNC_INTERNAL_API_SYNCAPI_MOCK_H_
#pragma once
-#include "chrome/browser/sync/engine/syncapi.h"
+#include "chrome/browser/sync/internal_api/write_transaction.h"
#include "chrome/browser/sync/syncable/syncable.h"
#include "chrome/browser/sync/syncable/syncable_mock.h"
#include "testing/gmock/include/gmock/gmock.h"
@@ -23,5 +23,5 @@ class MockWriteTransaction : public sync_api::WriteTransaction {
}
};
-#endif // CHROME_BROWSER_SYNC_ENGINE_SYNCAPI_MOCK_H_
+#endif // CHROME_BROWSER_SYNC_INTERNAL_API_SYNCAPI_MOCK_H_
« no previous file with comments | « chrome/browser/sync/internal_api/sync_manager.cc ('k') | chrome/browser/sync/internal_api/syncapi_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698