diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-25 18:19:39 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-25 18:19:39 +0000 |
commit | 2735e369f4c0b7fb9a9d90862cf14dee9c99de53 (patch) | |
tree | fb5d1ef5f67f192ce505c1255731ae11b4fc40ae /chrome/browser/plugin_process_host.h | |
parent | 0830dedb7c90f4add249828b0147155630c5782f (diff) | |
download | chromium_src-2735e369f4c0b7fb9a9d90862cf14dee9c99de53.zip chromium_src-2735e369f4c0b7fb9a9d90862cf14dee9c99de53.tar.gz chromium_src-2735e369f4c0b7fb9a9d90862cf14dee9c99de53.tar.bz2 |
Misc. Cleanup related to OOP Profile Import
* Add PROFILE_IMPORT_PROCESS type to ChildProfileInfo.
* Other small bits of cleanup.
Review URL: http://codereview.chromium.org/220027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27222 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_process_host.h')
-rw-r--r-- | chrome/browser/plugin_process_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugin_process_host.h b/chrome/browser/plugin_process_host.h index a223503..36f8d1e 100644 --- a/chrome/browser/plugin_process_host.h +++ b/chrome/browser/plugin_process_host.h @@ -144,7 +144,7 @@ class PluginProcessHost : public ChildProcessHost, std::set<HWND> plugin_parent_windows_set_; #endif - DISALLOW_EVIL_CONSTRUCTORS(PluginProcessHost); + DISALLOW_COPY_AND_ASSIGN(PluginProcessHost); }; #endif // CHROME_BROWSER_PLUGIN_PROCESS_HOST_H_ |