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

Unified Diff: components/sync/test/null_directory_change_delegate.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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: components/sync/test/null_directory_change_delegate.h
diff --git a/sync/test/null_directory_change_delegate.h b/components/sync/test/null_directory_change_delegate.h
similarity index 82%
rename from sync/test/null_directory_change_delegate.h
rename to components/sync/test/null_directory_change_delegate.h
index 4a2799e9a6ca2f1280648977c943fb4024b4551e..537eb2d85d7ff1acf047567967f302d252eca388 100644
--- a/sync/test/null_directory_change_delegate.h
+++ b/components/sync/test/null_directory_change_delegate.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_TEST_NULL_DIRECTORY_CHANGE_DELEGATE_H_
-#define SYNC_TEST_NULL_DIRECTORY_CHANGE_DELEGATE_H_
+#ifndef COMPONENTS_SYNC_TEST_NULL_DIRECTORY_CHANGE_DELEGATE_H_
+#define COMPONENTS_SYNC_TEST_NULL_DIRECTORY_CHANGE_DELEGATE_H_
#include <stdint.h>
#include <vector>
#include "base/compiler_specific.h"
-#include "sync/syncable/directory_change_delegate.h"
+#include "components/sync/syncable/directory_change_delegate.h"
namespace syncer {
namespace syncable {
@@ -38,4 +38,4 @@ class NullDirectoryChangeDelegate : public DirectoryChangeDelegate {
} // namespace syncable
} // namespace syncer
-#endif // SYNC_TEST_NULL_DIRECTORY_CHANGE_DELEGATE_H_
+#endif // COMPONENTS_SYNC_TEST_NULL_DIRECTORY_CHANGE_DELEGATE_H_
« no previous file with comments | « components/sync/test/mock_invalidation_tracker.cc ('k') | components/sync/test/null_directory_change_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698