| Index: content/test/plugin/plugin_client.cc
|
| ===================================================================
|
| --- content/test/plugin/plugin_client.cc (revision 0)
|
| +++ content/test/plugin/plugin_client.cc (working copy)
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/plugins/npapi/test/plugin_client.h"
|
| +#include "content/test/plugin/plugin_client.h"
|
|
|
| #include "base/strings/string_util.h"
|
| -#include "webkit/plugins/npapi/test/plugin_execute_stream_javascript.h"
|
| -#include "webkit/plugins/npapi/test/plugin_test.h"
|
| -#include "webkit/plugins/npapi/test/plugin_test_factory.h"
|
| +#include "content/test/plugin/plugin_execute_stream_javascript.h"
|
| +#include "content/test/plugin/plugin_test.h"
|
| +#include "content/test/plugin/plugin_test_factory.h"
|
|
|
| namespace NPAPIClient {
|
|
|
|
|