| Index: chrome/renderer/plugins/plugin_uma.cc
|
| diff --git a/chrome/renderer/plugin_uma.cc b/chrome/renderer/plugins/plugin_uma.cc
|
| similarity index 99%
|
| rename from chrome/renderer/plugin_uma.cc
|
| rename to chrome/renderer/plugins/plugin_uma.cc
|
| index ad215b74e00895d7db3cb6db02dd967f51fd5578..5f1bec1a5e72d005f23e639a14549dbebc553817 100644
|
| --- a/chrome/renderer/plugin_uma.cc
|
| +++ b/chrome/renderer/plugins/plugin_uma.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/renderer/plugin_uma.h"
|
| +#include "chrome/renderer/plugins/plugin_uma.h"
|
|
|
| #include <algorithm>
|
| #include <cstring>
|
|
|