| Index: extensions/renderer/dom_activity_logger.h
|
| diff --git a/chrome/renderer/extensions/dom_activity_logger.h b/extensions/renderer/dom_activity_logger.h
|
| similarity index 81%
|
| rename from chrome/renderer/extensions/dom_activity_logger.h
|
| rename to extensions/renderer/dom_activity_logger.h
|
| index 19294f70f35c41f8e1d4122a9b51d581b2bfcb25..ede604e382610f865a131fe08da20b1bbe501867 100644
|
| --- a/chrome/renderer/extensions/dom_activity_logger.h
|
| +++ b/extensions/renderer/dom_activity_logger.h
|
| @@ -2,17 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_RENDERER_EXTENSIONS_DOM_ACTIVITY_LOGGER_H_
|
| -#define CHROME_RENDERER_EXTENSIONS_DOM_ACTIVITY_LOGGER_H_
|
| +#ifndef EXTENSIONS_RENDERER_DOM_ACTIVITY_LOGGER_H_
|
| +#define EXTENSIONS_RENDERER_DOM_ACTIVITY_LOGGER_H_
|
|
|
| #include <string>
|
|
|
| -#include "base/strings/string_piece.h"
|
| -#include "third_party/WebKit/public/platform/WebString.h"
|
| -#include "third_party/WebKit/public/platform/WebURL.h"
|
| +#include "base/macros.h"
|
| #include "third_party/WebKit/public/web/WebDOMActivityLogger.h"
|
| -#include "url/gurl.h"
|
| -#include "v8/include/v8.h"
|
|
|
| namespace content {
|
| class V8ValueConverter;
|
| @@ -55,5 +51,5 @@ class DOMActivityLogger: public blink::WebDOMActivityLogger {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_RENDERER_EXTENSIONS_DOM_ACTIVITY_LOGGER_H_
|
| +#endif // EXTENSIONS_RENDERER_DOM_ACTIVITY_LOGGER_H_
|
|
|
|
|