diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-22 01:01:44 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-22 01:01:44 +0000 |
commit | f0bfe620dd26214c07c5f7e93ab5bab741f04a9f (patch) | |
tree | 34dd44c33d46d7e2acc167457eed33b9cafe5dab /ui/web_dialogs | |
parent | 78d9630c596d026c1fd13ece83c4f3f2128dfaf4 (diff) | |
download | chromium_src-f0bfe620dd26214c07c5f7e93ab5bab741f04a9f.zip chromium_src-f0bfe620dd26214c07c5f7e93ab5bab741f04a9f.tar.gz chromium_src-f0bfe620dd26214c07c5f7e93ab5bab741f04a9f.tar.bz2 |
Enable incremental linking on browser_tests and unit_tests.
This is based off scottmg's https://chromiumcodereview.appspot.com/10572043/ and after r143272.
Review URL: https://chromiumcodereview.appspot.com/10644003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143501 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/web_dialogs')
-rw-r--r-- | ui/web_dialogs/web_dialog_observer.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/web_dialogs/web_dialog_observer.h b/ui/web_dialogs/web_dialog_observer.h index 53fcfd7..785dde2 100644 --- a/ui/web_dialogs/web_dialog_observer.h +++ b/ui/web_dialogs/web_dialog_observer.h @@ -6,8 +6,6 @@ #define UI_WEB_DIALOGS_WEB_DIALOG_OBSERVER_H_ #pragma once -#include "ui/web_dialogs/web_dialogs_export.h" - namespace content { class RenderViewHost; class WebUI; @@ -16,7 +14,7 @@ class WebUI; namespace ui { // Implement this class to receive notifications. -class WEB_DIALOGS_EXPORT WebDialogObserver { +class WebDialogObserver { public: // Invoked when a web dialog has been shown. // |webui| is the WebUI with which the dialog is associated. |