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

Unified Diff: google_apis/gcm/base/fake_encryptor.cc

Issue 261853012: Componentize GCM Part 1: create GCM component and move some files over (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 6 years, 7 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 | « google_apis/gcm/base/fake_encryptor.h ('k') | google_apis/gcm/engine/gcm_store_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gcm/base/fake_encryptor.cc
diff --git a/sync/test/fake_encryptor.cc b/google_apis/gcm/base/fake_encryptor.cc
similarity index 78%
copy from sync/test/fake_encryptor.cc
copy to google_apis/gcm/base/fake_encryptor.cc
index 1d53ea147e0864d2311c25141a2a42ca12e12e9a..ac58081ee4ca921e2e8b016770b9c6c9db149b59 100644
--- a/sync/test/fake_encryptor.cc
+++ b/google_apis/gcm/base/fake_encryptor.cc
@@ -1,12 +1,12 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright (c) 2014 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.
-#include "sync/test/fake_encryptor.h"
+#include "google_apis/gcm/base/fake_encryptor.h"
#include "base/base64.h"
-namespace syncer {
+namespace gcm {
FakeEncryptor::~FakeEncryptor() {}
@@ -21,4 +21,4 @@ bool FakeEncryptor::DecryptString(const std::string& ciphertext,
return base::Base64Decode(ciphertext, plaintext);
}
-} // namespace syncer
+} // namespace gcm
« no previous file with comments | « google_apis/gcm/base/fake_encryptor.h ('k') | google_apis/gcm/engine/gcm_store_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698