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

Unified Diff: sync/test/fake_encryptor.h

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Tim's comments Created 8 years, 9 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
« no previous file with comments | « sync/test/engine/test_syncable_utils.cc ('k') | sync/test/fake_encryptor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/fake_encryptor.h
diff --git a/chrome/browser/sync/test/fake_encryptor.h b/sync/test/fake_encryptor.h
similarity index 78%
rename from chrome/browser/sync/test/fake_encryptor.h
rename to sync/test/fake_encryptor.h
index d08d7d84533ec96103ac88d42ae6aeb814d69cde..7e2106119bc57d8083f78b26d3682c4fa8f019a8 100644
--- a/chrome/browser/sync/test/fake_encryptor.h
+++ b/sync/test/fake_encryptor.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_SYNC_TEST_FAKE_ENCRYPTOR_H_
-#define CHROME_BROWSER_SYNC_TEST_FAKE_ENCRYPTOR_H_
+#ifndef SYNC_TEST_FAKE_ENCRYPTOR_H_
+#define SYNC_TEST_FAKE_ENCRYPTOR_H_
#pragma once
#include "base/compiler_specific.h"
-#include "chrome/browser/sync/util/encryptor.h"
+#include "sync/util/encryptor.h"
namespace browser_sync {
@@ -26,4 +26,4 @@ class FakeEncryptor : public Encryptor {
} // namespace browser_sync
-#endif // CHROME_BROWSER_SYNC_TEST_FAKE_ENCRYPTOR_H_
+#endif // SYNC_TEST_FAKE_ENCRYPTOR_H_
« no previous file with comments | « sync/test/engine/test_syncable_utils.cc ('k') | sync/test/fake_encryptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698