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

Unified Diff: chrome/test/base/testing_browser_process.h

Issue 7616019: Reorganize chrome/test, part #9 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | « chrome/test/base/in_process_browser_test.cc ('k') | chrome/test/base/testing_browser_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_browser_process.h
===================================================================
--- chrome/test/base/testing_browser_process.h (revision 96432)
+++ chrome/test/base/testing_browser_process.h (working copy)
@@ -7,8 +7,8 @@
// keep the profile clean. Clients of this class must handle the NULL return
// value, however.
-#ifndef CHROME_TEST_TESTING_BROWSER_PROCESS_H_
-#define CHROME_TEST_TESTING_BROWSER_PROCESS_H_
+#ifndef CHROME_TEST_BASE_TESTING_BROWSER_PROCESS_H_
+#define CHROME_TEST_BASE_TESTING_BROWSER_PROCESS_H_
#pragma once
#include <string>
@@ -165,4 +165,4 @@
DISALLOW_COPY_AND_ASSIGN(ScopedTestingBrowserProcess);
};
-#endif // CHROME_TEST_TESTING_BROWSER_PROCESS_H_
+#endif // CHROME_TEST_BASE_TESTING_BROWSER_PROCESS_H_
« no previous file with comments | « chrome/test/base/in_process_browser_test.cc ('k') | chrome/test/base/testing_browser_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698