diff options
author | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 23:58:59 +0000 |
---|---|---|
committer | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 23:58:59 +0000 |
commit | f0fea76bea165c16f562cc92cdfb9d51cbdacc97 (patch) | |
tree | 980e6d94b9cce8eb3df99d52c11a482a511b99a0 /chrome/browser/gtk/gtk_chrome_cookie_view.h | |
parent | 300d1e52088525a9ca6fc3b220ce85f7ac485bb2 (diff) | |
download | chromium_src-f0fea76bea165c16f562cc92cdfb9d51cbdacc97.zip chromium_src-f0fea76bea165c16f562cc92cdfb9d51cbdacc97.tar.gz chromium_src-f0fea76bea165c16f562cc92cdfb9d51cbdacc97.tar.bz2 |
Remove the old chrome/browser/gtk directory and its stubbed contents.
BUG=69289
TEST=none
Review URL: http://codereview.chromium.org/6292009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71877 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/gtk_chrome_cookie_view.h')
-rw-r--r-- | chrome/browser/gtk/gtk_chrome_cookie_view.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/browser/gtk/gtk_chrome_cookie_view.h b/chrome/browser/gtk/gtk_chrome_cookie_view.h deleted file mode 100644 index 859bf35..0000000 --- a/chrome/browser/gtk/gtk_chrome_cookie_view.h +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef CHROME_BROWSER_GTK_GTK_CHROME_COOKIE_VIEW_H_ -#define CHROME_BROWSER_GTK_GTK_CHROME_COOKIE_VIEW_H_ -#pragma once - -#include "chrome/browser/ui/gtk/gtk_chrome_cookie_view.h" -// TODO(msw): remove this file once all includes have been updated. - -#endif // CHROME_BROWSER_GTK_GTK_CHROME_COOKIE_VIEW_H_ |