diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-16 19:20:56 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-16 19:20:56 +0000 |
commit | 5632b20d30724f87743ea9aa225f207dd94188ed (patch) | |
tree | 139f5b9126170623c0f606d8a5c288aa24978fb3 /chrome/browser/tab_contents/web_drag_source.h | |
parent | eae96a1bcbc9be676ad82b55044dc6a02dcde207 (diff) | |
download | chromium_src-5632b20d30724f87743ea9aa225f207dd94188ed.zip chromium_src-5632b20d30724f87743ea9aa225f207dd94188ed.tar.gz chromium_src-5632b20d30724f87743ea9aa225f207dd94188ed.tar.bz2 |
Fix the include guards in tab_contents/* for the new location.
Review URL: http://codereview.chromium.org/18160
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8194 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents/web_drag_source.h')
-rw-r--r-- | chrome/browser/tab_contents/web_drag_source.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/tab_contents/web_drag_source.h b/chrome/browser/tab_contents/web_drag_source.h index f8aa628..de9fd75 100644 --- a/chrome/browser/tab_contents/web_drag_source.h +++ b/chrome/browser/tab_contents/web_drag_source.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CHROME_BROWSER_WEB_DRAG_SOURCE_H__ -#define CHROME_BROWSER_WEB_DRAG_SOURCE_H__ +#ifndef CHROME_BROWSER_TAB_CONTENTS_WEB_DRAG_SOURCE_H_ +#define CHROME_BROWSER_TAB_CONTENTS_WEB_DRAG_SOURCE_H_ #include "base/base_drag_source.h" #include "base/basictypes.h" @@ -42,8 +42,8 @@ class WebDragSource : public BaseDragSource { // initiated terminates). RenderViewHost* render_view_host_; - DISALLOW_EVIL_CONSTRUCTORS(WebDragSource); + DISALLOW_COPY_AND_ASSIGN(WebDragSource); }; -#endif // #ifndef CHROME_BROWSER_WEB_DRAG_SOURCE_H__ +#endif // #ifndef CHROME_BROWSER_TAB_CONTENTS_WEB_DRAG_SOURCE_H_ |