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

Unified Diff: chrome/test/automation/automation_proxy.h

Issue 20112: Cleanup forward declared classes that are not needed. (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/render_thread.h ('k') | chrome/test/automation/window_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_proxy.h
===================================================================
--- chrome/test/automation/automation_proxy.h (revision 9264)
+++ chrome/test/automation/automation_proxy.h (working copy)
@@ -18,9 +18,8 @@
class AutomationRequest;
class BrowserProxy;
-class WindowProxy;
class TabProxy;
-class AutocompleteEditProxy;
+class WindowProxy;
// This is an interface that AutomationProxy-related objects can use to
// access the message-sending abilities of the Proxy.
@@ -178,9 +177,9 @@
// Clears the current AutomationRequest object.
void clear_current_request() { current_request_ = NULL; }
- // Wrapper over AutomationHandleTracker::InvalidateHandle. Receives the message
- // from AutomationProxy, unpacks the messages and routes that call to the
- // tracker.
+ // Wrapper over AutomationHandleTracker::InvalidateHandle. Receives the
+ // message from AutomationProxy, unpacks the messages and routes that call to
+ // the tracker.
void InvalidateHandle(const IPC::Message& message);
// Creates a tab that can hosted in an external process. The function
@@ -194,8 +193,6 @@
}
private:
- DISALLOW_EVIL_CONSTRUCTORS(AutomationProxy);
-
void InitializeEvents();
void InitializeChannelID();
void InitializeThread();
@@ -216,6 +213,8 @@
// Delay to let the browser execute the command.
int command_execution_timeout_ms_;
+
+ DISALLOW_COPY_AND_ASSIGN(AutomationProxy);
};
#endif // CHROME_TEST_AUTOMATION_AUTOMATION_PROXY_H__
« no previous file with comments | « chrome/renderer/render_thread.h ('k') | chrome/test/automation/window_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698