Index: content/shell/browser/shell_devtools_delegate.h |
diff --git a/content/shell/shell_devtools_delegate.h b/content/shell/browser/shell_devtools_delegate.h |
similarity index 89% |
rename from content/shell/shell_devtools_delegate.h |
rename to content/shell/browser/shell_devtools_delegate.h |
index dd4e762eac3bd7adb82b3a510cb8fadcc708f001..dac1493fe78ec4b0e04e72f7386ce9e826090161 100644 |
--- a/content/shell/shell_devtools_delegate.h |
+++ b/content/shell/browser/shell_devtools_delegate.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CONTENT_SHELL_SHELL_DEVTOOLS_DELEGATE_H_ |
-#define CONTENT_SHELL_SHELL_DEVTOOLS_DELEGATE_H_ |
+#ifndef CONTENT_SHELL_BROWSER_SHELL_DEVTOOLS_DELEGATE_H_ |
+#define CONTENT_SHELL_BROWSER_SHELL_DEVTOOLS_DELEGATE_H_ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
@@ -47,4 +47,4 @@ class ShellDevToolsDelegate : public DevToolsHttpHandlerDelegate { |
} // namespace content |
-#endif // CONTENT_SHELL_SHELL_DEVTOOLS_DELEGATE_H_ |
+#endif // CONTENT_SHELL_BROWSER_SHELL_DEVTOOLS_DELEGATE_H_ |