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

Unified Diff: sync/util/nigori.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/util/logging.cc ('k') | sync/util/nigori.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/nigori.h
diff --git a/chrome/browser/sync/util/nigori.h b/sync/util/nigori.h
similarity index 93%
rename from chrome/browser/sync/util/nigori.h
rename to sync/util/nigori.h
index 74fd6ece8d70877a721a8ea3cc01edc378d6e709..eb7dc5d562a753e433ec17aa49cc096ddd463169 100644
--- a/chrome/browser/sync/util/nigori.h
+++ b/sync/util/nigori.h
@@ -1,9 +1,9 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// 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_NIGORI_H_
-#define CHROME_BROWSER_SYNC_UTIL_NIGORI_H_
+#ifndef SYNC_UTIL_NIGORI_H_
+#define SYNC_UTIL_NIGORI_H_
#pragma once
#include <string>
@@ -80,4 +80,4 @@ class Nigori {
} // namespace browser_sync
-#endif // CHROME_BROWSER_SYNC_UTIL_NIGORI_H_
+#endif // SYNC_UTIL_NIGORI_H_
« no previous file with comments | « sync/util/logging.cc ('k') | sync/util/nigori.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698