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

Unified Diff: chrome/browser/sync/encryption/cryptographer.h

Issue 8468023: Move encryption related files from util folder to encryption folder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review. Created 9 years, 1 month 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/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_

Powered by Google App Engine
This is Rietveld 408576698