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

Unified Diff: components/nacl/browser/pnacl_translation_cache_unittest.cc

Issue 61763026: Move chrome/browser/nacl_host/pnacl_translation_cache.* to components/nacl/browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « components/nacl/browser/pnacl_translation_cache.cc ('k') | components/nacl_common.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/browser/pnacl_translation_cache_unittest.cc
diff --git a/chrome/browser/nacl_host/pnacl_translation_cache_unittest.cc b/components/nacl/browser/pnacl_translation_cache_unittest.cc
similarity index 99%
rename from chrome/browser/nacl_host/pnacl_translation_cache_unittest.cc
rename to components/nacl/browser/pnacl_translation_cache_unittest.cc
index adcdd35b5db8656d1d07a637380d3077e0488049..94cd681f955c48e0949e095c382381d78d5edb6b 100644
--- a/chrome/browser/nacl_host/pnacl_translation_cache_unittest.cc
+++ b/components/nacl/browser/pnacl_translation_cache_unittest.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/nacl_host/pnacl_translation_cache.h"
+#include "components/nacl/browser/pnacl_translation_cache.h"
#include "base/files/file_path.h"
#include "base/files/scoped_temp_dir.h"
« no previous file with comments | « components/nacl/browser/pnacl_translation_cache.cc ('k') | components/nacl_common.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698