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

Unified Diff: chromeos/cryptohome/mock_async_method_caller.cc

Issue 10878061: chromeos: Move src/chrome/browser/chromeos/cryptohome to src/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 4 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 | « chromeos/cryptohome/mock_async_method_caller.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/cryptohome/mock_async_method_caller.cc
diff --git a/chrome/browser/chromeos/cryptohome/mock_async_method_caller.cc b/chromeos/cryptohome/mock_async_method_caller.cc
similarity index 94%
rename from chrome/browser/chromeos/cryptohome/mock_async_method_caller.cc
rename to chromeos/cryptohome/mock_async_method_caller.cc
index 6ad9ddd6e48a2077457409df4b8d02ed7aee191b..eb2203c227f59128fc9e0a4d547198de72003e30 100644
--- a/chrome/browser/chromeos/cryptohome/mock_async_method_caller.cc
+++ b/chromeos/cryptohome/mock_async_method_caller.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chromeos/cryptohome/mock_async_method_caller.h"
+#include "chromeos/cryptohome/mock_async_method_caller.h"
using ::testing::Invoke;
using ::testing::WithArgs;
@@ -40,5 +40,4 @@ void MockAsyncMethodCaller::DoCallback(Callback callback) {
callback.Run(success_, return_code_);
}
-
} // namespace cryptohome
« no previous file with comments | « chromeos/cryptohome/mock_async_method_caller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698