Index: chrome/browser/sync/encryption/cryptographer.h |
diff --git a/chrome/browser/sync/util/cryptographer.h b/chrome/browser/sync/encryption/cryptographer.h |
similarity index 97% |
rename from chrome/browser/sync/util/cryptographer.h |
rename to chrome/browser/sync/encryption/cryptographer.h |
index e78e3f388a31bd7bed28d2b6ded37ab7d4151b01..4f3677113d6750b90e44558dae3dee312c78db51 100644 |
--- a/chrome/browser/sync/util/cryptographer.h |
+++ b/chrome/browser/sync/encryption/cryptographer.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_UTIL_CRYPTOGRAPHER_H_ |
-#define CHROME_BROWSER_SYNC_UTIL_CRYPTOGRAPHER_H_ |
+#ifndef CHROME_BROWSER_SYNC_ENCRYPTION_CRYPTOGRAPHER_H_ |
+#define CHROME_BROWSER_SYNC_ENCRYPTION_CRYPTOGRAPHER_H_ |
#pragma once |
#include <map> |
@@ -15,7 +15,7 @@ |
#include "base/observer_list.h" |
#include "chrome/browser/sync/protocol/nigori_specifics.pb.h" |
#include "chrome/browser/sync/syncable/model_type.h" |
-#include "chrome/browser/sync/util/nigori.h" |
+#include "chrome/browser/sync/encryption/nigori.h" |
Nicolas Zea
2011/11/17 21:04:30
This #include and others in the patch are not in a
|
namespace browser_sync { |
@@ -224,4 +224,4 @@ class Cryptographer { |
} // namespace browser_sync |
-#endif // CHROME_BROWSER_SYNC_UTIL_CRYPTOGRAPHER_H_ |
+#endif // CHROME_BROWSER_SYNC_ENCRYPTION_CRYPTOGRAPHER_H_ |