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

Unified Diff: content/renderer/audio_device.h

Issue 6703003: Move a bunch of html5 renderer code to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 9 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 | « content/content_renderer.gypi ('k') | content/renderer/audio_device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/audio_device.h
===================================================================
--- content/renderer/audio_device.h (revision 78436)
+++ content/renderer/audio_device.h (working copy)
@@ -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 CHROME_RENDERER_AUDIO_DEVICE_H_
-#define CHROME_RENDERER_AUDIO_DEVICE_H_
+#ifndef CONTENT_RENDERER_AUDIO_DEVICE_H_
+#define CONTENT_RENDERER_AUDIO_DEVICE_H_
#pragma once
#include <vector>
@@ -12,7 +12,7 @@
#include "base/scoped_ptr.h"
#include "base/shared_memory.h"
#include "base/threading/simple_thread.h"
-#include "chrome/renderer/audio_message_filter.h"
+#include "content/renderer/audio_message_filter.h"
// Each instance of AudioDevice corresponds to one host stream.
// This class is not thread-safe, so its methods must be called from
@@ -81,4 +81,4 @@
DISALLOW_COPY_AND_ASSIGN(AudioDevice);
};
-#endif // CHROME_RENDERER_AUDIO_DEVICE_H_
+#endif // CONTENT_RENDERER_AUDIO_DEVICE_H_
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/audio_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698