| Index: chrome/renderer/plugins/plugin_uma.h
|
| diff --git a/chrome/renderer/plugin_uma.h b/chrome/renderer/plugins/plugin_uma.h
|
| similarity index 93%
|
| rename from chrome/renderer/plugin_uma.h
|
| rename to chrome/renderer/plugins/plugin_uma.h
|
| index 411a8ae807ee007a000816388428fb7c5b8cc186..f1eb4cf2d701a2a35cc7f89c81291d43224bd2b5 100644
|
| --- a/chrome/renderer/plugin_uma.h
|
| +++ b/chrome/renderer/plugins/plugin_uma.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_RENDERER_PLUGIN_UMA_H_
|
| -#define CHROME_RENDERER_PLUGIN_UMA_H_
|
| +#ifndef CHROME_RENDERER_PLUGINS_PLUGIN_UMA_H_
|
| +#define CHROME_RENDERER_PLUGINS_PLUGIN_UMA_H_
|
|
|
| #include <string>
|
|
|
| @@ -66,5 +66,5 @@ class MissingPluginReporter {
|
| DISALLOW_COPY_AND_ASSIGN(MissingPluginReporter);
|
| };
|
|
|
| -#endif // CHROME_RENDERER_PLUGIN_UMA_H_
|
| +#endif // CHROME_RENDERER_PLUGINS_PLUGIN_UMA_H_
|
|
|
|
|