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

Unified Diff: chrome/browser/automation/automation_omnibox_tracker.h

Issue 7104029: Automation: fix chrome/browser dependency on chrome/test headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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 | « no previous file | chrome/browser/automation/automation_omnibox_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_omnibox_tracker.h
===================================================================
--- chrome/browser/automation/automation_omnibox_tracker.h (revision 87598)
+++ chrome/browser/automation/automation_omnibox_tracker.h (working copy)
@@ -1,21 +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_AUTOMATION_AUTOMATION_OMNIBOX_TRACKER_H_
-#define CHROME_BROWSER_AUTOMATION_AUTOMATION_OMNIBOX_TRACKER_H_
-#pragma once
-
-#include "chrome/browser/automation/automation_resource_tracker.h"
-#include "chrome/browser/ui/omnibox/omnibox_view.h"
-
-class AutomationOmniboxTracker
- : public AutomationResourceTracker<OmniboxView*> {
- public:
- explicit AutomationOmniboxTracker(IPC::Message::Sender* automation);
- virtual ~AutomationOmniboxTracker();
- virtual void AddObserver(OmniboxView* resource);
- virtual void RemoveObserver(OmniboxView* resource);
-};
-
-#endif // CHROME_BROWSER_AUTOMATION_AUTOMATION_OMNIBOX_TRACKER_H_
« no previous file with comments | « no previous file | chrome/browser/automation/automation_omnibox_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698