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

Unified Diff: sync/util/nigori.h

Issue 11412211: [sync] Componentize sync: Part Final: Target 'sync' is now its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on r171683 (no code changes) Created 8 years 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: sync/util/nigori.h
diff --git a/sync/util/nigori.h b/sync/util/nigori.h
index a33f0b61624da15ca5c8da8f328adbaf05f63121..cd67bf9ec47a4aba00b2ed1ad730fc58b1f79918 100644
--- a/sync/util/nigori.h
+++ b/sync/util/nigori.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 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.
@@ -8,6 +8,7 @@
#include <string>
#include "base/memory/scoped_ptr.h"
+#include "sync/base/sync_export.h"
namespace crypto {
class SymmetricKey;
@@ -24,7 +25,7 @@ namespace syncer {
// and retrieve the secret.
//
// TODO: Link to doc.
-class Nigori {
+class SYNC_EXPORT Nigori {
public:
enum Type {
Password = 1,
« sync/sync.gyp ('K') | « sync/util/get_session_name.h ('k') | sync/util/time.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698