From 5632b20d30724f87743ea9aa225f207dd94188ed Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Fri, 16 Jan 2009 19:20:56 +0000 Subject: 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 --- chrome/browser/tab_contents/site_instance.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chrome/browser/tab_contents/site_instance.h') diff --git a/chrome/browser/tab_contents/site_instance.h b/chrome/browser/tab_contents/site_instance.h index b0aa3ed..da2f98a 100644 --- a/chrome/browser/tab_contents/site_instance.h +++ b/chrome/browser/tab_contents/site_instance.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_SITE_INSTANCE_H_ -#define CHROME_BROWSER_SITE_INSTANCE_H_ +#ifndef CHROME_BROWSER_TAB_CONTENTS_SITE_INSTANCE_H_ +#define CHROME_BROWSER_TAB_CONTENTS_SITE_INSTANCE_H_ #include "chrome/browser/browsing_instance.h" #include "chrome/browser/renderer_host/render_process_host.h" @@ -152,4 +152,4 @@ class SiteInstance : public base::RefCounted { DISALLOW_EVIL_CONSTRUCTORS(SiteInstance); }; -#endif // CHROME_BROWSER_SITE_INSTANCE_H_ +#endif // CHROME_BROWSER_TAB_CONTENTS_SITE_INSTANCE_H_ -- cgit v1.1