Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: extensions/renderer/dom_activity_logger.h

Issue 268553002: Move DOMActivityLogger and associated code from //chrome to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « extensions/renderer/activity_log_converter_strategy_unittest.cc ('k') | extensions/renderer/dom_activity_logger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698