| Index: components/nacl/browser/nacl_process_host_unittest.cc
|
| diff --git a/chrome/browser/nacl_host/nacl_process_host_unittest.cc b/components/nacl/browser/nacl_process_host_unittest.cc
|
| similarity index 89%
|
| rename from chrome/browser/nacl_host/nacl_process_host_unittest.cc
|
| rename to components/nacl/browser/nacl_process_host_unittest.cc
|
| index aaff3222c97beefa5ac1ba55e4327119daba2c12..0d97ed64fc32f9f29519654ec122aea13ff604c2 100644
|
| --- a/chrome/browser/nacl_host/nacl_process_host_unittest.cc
|
| +++ b/components/nacl/browser/nacl_process_host_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/nacl_process_host.h"
|
| +#include "components/nacl/browser/nacl_process_host.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| #if defined(OS_WIN)
|
|
|