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

Unified Diff: chrome/renderer/user_script_slave.h

Issue 21272: janitorial: browser_render_process_host header/lint cleanup. (try 2) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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
« no previous file with comments | « chrome/renderer/renderer_glue.cc ('k') | chrome/renderer/user_script_slave.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/user_script_slave.h
===================================================================
--- chrome/renderer/user_script_slave.h (revision 9603)
+++ chrome/renderer/user_script_slave.h (working copy)
@@ -11,12 +11,10 @@
#include "base/scoped_ptr.h"
#include "base/shared_memory.h"
#include "base/string_piece.h"
-#include "base/string_util.h"
#include "chrome/common/extensions/user_script.h"
#include "chrome/common/stl_util-inl.h"
-#include "testing/gtest/include/gtest/gtest_prod.h"
-#include "webkit/glue/webframe.h"
+class WebFrame;
// Manages installed UserScripts for a render process.
class UserScriptSlave {
« no previous file with comments | « chrome/renderer/renderer_glue.cc ('k') | chrome/renderer/user_script_slave.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698