Chromium Code Reviews

Unified Diff: chrome/test/automation/automation_proxy_uitest.h

Issue 273017: Move native_widget_types and gtk_native_view_id_manager from base/gfx to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/test/automation/automation_proxy.h ('k') | tools/memory_watcher/hotkey.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_proxy_uitest.h
===================================================================
--- chrome/test/automation/automation_proxy_uitest.h (revision 28672)
+++ chrome/test/automation/automation_proxy_uitest.h (working copy)
@@ -1,13 +1,13 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2009 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_TEST_AUTOMATION_AUTOMATION_PROXY_UITEST_H__
-#define CHROME_TEST_AUTOMATION_AUTOMATION_PROXY_UITEST_H__
+#ifndef CHROME_TEST_AUTOMATION_AUTOMATION_PROXY_UITEST_H_
+#define CHROME_TEST_AUTOMATION_AUTOMATION_PROXY_UITEST_H_
#include <string>
-#include "base/gfx/native_widget_types.h"
+#include "app/gfx/native_widget_types.h"
#include "base/message_loop.h"
#include "base/platform_thread.h"
#include "base/time.h"
@@ -135,4 +135,4 @@
typedef CustomAutomationProxyTest<AutomationProxyForExternalTab>
ExternalTabTestType;
-#endif // CHROME_TEST_AUTOMATION_AUTOMATION_PROXY_UITEST_H__
+#endif // CHROME_TEST_AUTOMATION_AUTOMATION_PROXY_UITEST_H_
« no previous file with comments | « chrome/test/automation/automation_proxy.h ('k') | tools/memory_watcher/hotkey.h » ('j') | no next file with comments »

Powered by Google App Engine